Skip to content

Commit

Permalink
fix: Fix cli command not working (forgot to use bin in package.json)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffafoo committed Mar 10, 2019
1 parent 0bad104 commit 59de2f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
],
"types": "lib/index.d.ts",
"main": "lib/index.js",
"bin": "lib/cli.js",
"scripts": {
"type-check": "tsc --noEmit",
"type-check:watch": "npm run type-check -- --watch",
Expand Down

0 comments on commit 59de2f2

Please sign in to comment.