Add bin definition

This commit is contained in:
Leonid Logvinov
2018-01-18 14:44:53 +01:00
parent 5491400684
commit 63d0d810b1

View File

@@ -12,6 +12,9 @@
"lint": "tslint --project . 'src/**/*.ts'",
"test:circleci": "yarn test"
},
"bin": {
"0x-deployer": "lib/cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/0xProject/0x.js.git"