Skip to content

Commit 577b0e3

Browse files
committed
fix: update bin scripts paths
1 parent 1cc021c commit 577b0e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
},
1616
"license": "MIT",
1717
"bin": {
18-
"ts-node-dev": "./lib/bin.js",
19-
"tsnd": "./lib/bin.js"
18+
"ts-node-dev": "lib/bin.js",
19+
"tsnd": "lib/bin.js"
2020
},
2121
"main": "./lib",
2222
"files": [

0 commit comments

Comments
 (0)