Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fxck authored Jul 27, 2021
1 parent 18ebde6 commit 0f28b25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"standard": "^14.3.3"
},
"bin": {
"zcli": "utils/run.js"
"zcli": "node utils/run.js"
},
"files": [
"/utils",
"package.json"
],
"scripts": {
"postinstall": "./utils/install.js",
"preuninstall": "./utils/uninstall.js"
"postinstall": "node ./utils/install.js",
"preuninstall": "node ./utils/uninstall.js"
}
}

0 comments on commit 0f28b25

Please sign in to comment.