Skip to content

Commit

Permalink
fix: update bin scripts paths
Browse files Browse the repository at this point in the history
  • Loading branch information
wclr committed Feb 25, 2021
1 parent 1cc021c commit 577b0e3
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 @@ -15,8 +15,8 @@
},
"license": "MIT",
"bin": {
"ts-node-dev": "./lib/bin.js",
"tsnd": "./lib/bin.js"
"ts-node-dev": "lib/bin.js",
"tsnd": "lib/bin.js"
},
"main": "./lib",
"files": [
Expand Down

0 comments on commit 577b0e3

Please sign in to comment.