diff options
author | Brandon Millman <brandon.millman@gmail.com> | 2017-11-16 04:14:30 +0800 |
---|---|---|
committer | Brandon Millman <brandon.millman@gmail.com> | 2017-11-16 04:46:58 +0800 |
commit | 6096fe75d338a82a614d663f7c32ada6c6c7574f (patch) | |
tree | bdb9fb436af1ee8980173a0e1085a3290e502ccd /packages/0x.js/package.json | |
parent | a9fbe921a04d2828bd17a60598a3eee0ec63445b (diff) | |
download | dexon-sol-tools-6096fe75d338a82a614d663f7c32ada6c6c7574f.tar dexon-sol-tools-6096fe75d338a82a614d663f7c32ada6c6c7574f.tar.gz dexon-sol-tools-6096fe75d338a82a614d663f7c32ada6c6c7574f.tar.bz2 dexon-sol-tools-6096fe75d338a82a614d663f7c32ada6c6c7574f.tar.lz dexon-sol-tools-6096fe75d338a82a614d663f7c32ada6c6c7574f.tar.xz dexon-sol-tools-6096fe75d338a82a614d663f7c32ada6c6c7574f.tar.zst dexon-sol-tools-6096fe75d338a82a614d663f7c32ada6c6c7574f.zip |
WIP
Diffstat (limited to 'packages/0x.js/package.json')
-rw-r--r-- | packages/0x.js/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/0x.js/package.json b/packages/0x.js/package.json index e2b19a440..d09396a84 100644 --- a/packages/0x.js/package.json +++ b/packages/0x.js/package.json @@ -14,7 +14,6 @@ "scripts": { "prebuild": "npm run clean", "build": "run-p build:umd:prod build:commonjs; exit 0;", - "release": "publish-release --assets _bundles/index.js,_bundles/index.min.js --tag $LATEST_TAG --owner 0xProject --repo 0x.js", "upload_docs_json": "aws s3 cp docs/index.json $S3_URL --profile 0xproject --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers --content-type aplication/json", "lint": "tslint src/**/*.ts test/**/*.ts", "test:circleci": "run-s test:coverage report_test_coverage; if [ $CIRCLE_BRANCH = \"development\" ]; then yarn test:umd; fi", @@ -70,6 +69,7 @@ "npm-run-all": "^4.0.2", "nyc": "^11.0.1", "opn-cli": "^3.1.0", + "prompt": "^1.0.0", "request": "^2.81.0", "request-promise-native": "^1.0.4", "semver-sort": "^0.0.4", |