Skip to content

Commit

Permalink
try a different format for bin script
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Oct 20, 2019
1 parent 853ad64 commit fc62a44
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
"author": "silverwind <me@silverwind.io>",
"repository": "silverwind/ver",
"license": "BSD-2-Clause",
"bin": {
"ver": "ver.js"
},
"main": "ver.js",
"bin": "./ver.js",
"scripts": {
"test": "npx eslint *.js && node --trace-deprecation --throw-deprecation test.js"
},
Expand Down

0 comments on commit fc62a44

Please sign in to comment.