Skip to content

Commit

Permalink
fix(bin): fix wrong path to bin file
Browse files Browse the repository at this point in the history
  • Loading branch information
nivekcode committed Dec 9, 2019
1 parent b99809d commit bbb9565
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 @@ -26,8 +26,8 @@
}
},
"bin": {
"svgtots": "./src/bin/svg-to-ts.bin.js",
"svg-to-ts": "./src/bin/svg-to-ts.bin.js"
"svgtots": "./src/bin/svg-to-ts.js",
"svg-to-ts": "./src/bin/svg-to-ts.js"
},
"keywords": [
"SVG",
Expand Down

0 comments on commit bbb9565

Please sign in to comment.