diff options
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 217c9a910..e63e40b62 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "0x.js", + "name": "@0xproject/0x.js", "version": "0.0.0", "description": "A javascript library for interacting with the 0x protocol", "keywords": [ @@ -12,6 +12,7 @@ "scripts": { "prebuild": "npm run clean", "build": "run-p build:*:prod", + "prepublish": "run-p build:umd:prod build:commonjs:dev", "lint": "tslint src/*.ts test/*.ts", "test": "run-s clean test:commonjs", "test:umd": "./scripts/test_umd.sh", |