Skip to content

Commit

Permalink
fix: 🐛 use binary paths in /bin folder
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Dec 18, 2020
1 parent 9565fb5 commit 0bfcf8f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"main": "lib/index.js",
"module": "esm/index.js",
"bin": {
"json-pointer": "./es6/json-cli/json-pointer.js",
"json-pointer-test": "./es6/json-cli/json-pointer-test.js",
"json-patch": "./es6/json-cli/json-patch.js",
"json-patch-test": "./es6/json-cli/json-patch-test.js"
"json-pointer": "./bin/json-pointer.js",
"json-pointer-test": "./bin/json-pointer-test.js",
"json-patch": "./bin/json-patch.js",
"json-patch-test": "./bin/json-patch-test.js"
},
"files": [
"lib/",
Expand Down

0 comments on commit 0bfcf8f

Please sign in to comment.