Browse Source

feat(store-sh): correct bin name

Signed-off-by: Muthu Kumar <muthukumar@thefeathers.in>
pull/8/head
Muthu Kumar 4 years ago
parent
commit
a0894352ac
Signed by: mkrhere GPG Key ID: 3FD688398897097E
  1. 4
      packages/store-sh/package.json

4
packages/store-sh/package.json

@ -3,7 +3,9 @@
"version": "1.0.0-alpha1", "version": "1.0.0-alpha1",
"description": "shell for @telecraft/store", "description": "shell for @telecraft/store",
"main": "dist", "main": "dist",
"bin": "./dist/index.js", "bin": {
"store-sh": "./dist/index.js"
},
"files": [ "files": [
"dist" "dist"
], ],

Loading…
Cancel
Save