Skip to content

Commit

Permalink
fix(core): correct paths to binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Feb 2, 2018
1 parent ca27e6e commit 5682cd6
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 @@ -4,10 +4,10 @@
"version": "1.0.0",
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
"bin": {
"syncpack": "dist/bin.js",
"syncpack-fix-mismatches": "dist/bin-fix-mismatches.js",
"syncpack-list-mismatches": "dist/bin-list-mismatches.js",
"syncpack-list": "dist/bin-list.js"
"syncpack": "dist/src/bin.js",
"syncpack-fix-mismatches": "dist/src/bin-fix-mismatches.js",
"syncpack-list-mismatches": "dist/src/bin-list-mismatches.js",
"syncpack-list": "dist/src/bin-list.js"
},
"bugs": "https://github.com/JamieMason/syncpack/issues",
"dependencies": {
Expand Down

0 comments on commit 5682cd6

Please sign in to comment.