Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
Fix bin script referring to wrong file
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Mar 4, 2022
1 parent cf8023c commit 9d92de3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"preversion": "yarn test",
"version": "manual-git-changelog onversion",
"postversion": "git push && git push --tags",
"sparqlee": "./dist/bin/Sparqlee.js"
"sparqlee": "./dist/bin/sparqlee.js"
},
"bin": {
"sparqlee": "dist/bin/Sparqlee.js"
"sparqlee": "dist/bin/sparqlee.js"
},
"files": [
"/dist/bin",
Expand Down

0 comments on commit 9d92de3

Please sign in to comment.