fix(CLI): link the correct bin from package.json
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"version": "2.0.0",
|
||||
"description": "A typescript starter for building javascript libraries and projects",
|
||||
"bin": {
|
||||
"typescript-starter": "./build/main/cli/cli.js"
|
||||
"typescript-starter": "./bin/typescript-starter"
|
||||
},
|
||||
"main": "build/main/index.js",
|
||||
"typings": "build/main/index.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user