Skip to content

Commit

Permalink
single run
Browse files Browse the repository at this point in the history
  • Loading branch information
fxck committed Oct 7, 2020
1 parent 2c18e23 commit 9d151ba
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions tools/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zerops/zcli",
"version": "v0.0.0-zerops",
"main": "./binary.js",
"main": "./utils/binary.js",
"license": "MIT",
"private": false,
"dependencies": {
Expand All @@ -13,11 +13,14 @@
"standard": "^14.3.3"
},
"bin": {
"zcli": "run.js"
"zcli": "utils/run.js"
},
"files": [],
"files": [
"/utils",
"package.json"
],
"scripts": {
"postinstall": "./install.js",
"preuninstall": "./uninstall.js"
"postinstall": "./utils/install.js",
"preuninstall": "./utils/uninstall.js"
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9d151ba

Please sign in to comment.