diff options
Diffstat (limited to 'packages/deployer')
-rw-r--r-- | packages/deployer/package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/deployer/package.json b/packages/deployer/package.json index 37f4aff9f..d664b050c 100644 --- a/packages/deployer/package.json +++ b/packages/deployer/package.json @@ -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" |