From 63d0d810b1ab7710102fce99b66f5a7f55162611 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Thu, 18 Jan 2018 14:44:53 +0100 Subject: Add bin definition --- packages/deployer/package.json | 3 +++ 1 file changed, 3 insertions(+) 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" -- cgit v1.2.3