Change all package to depend on the new @0xproject/contract-wrappers@1.0.0-rc.1

This commit is contained in:
Leonid Logvinov
2018-07-20 00:01:24 +02:00
parent dff0fc65bf
commit 0f9c262bb0
4 changed files with 3 additions and 11 deletions

View File

@@ -26,14 +26,6 @@
"run_mocha": "mocha --require source-map-support/register --require make-promises-safe lib/test/**/*_test.js lib/test/global_hooks.js --timeout 10000 --bail --exit",
"manual:postpublish": "yarn build; node ./scripts/postpublish.js"
},
"config": {
"postpublish": {
"assets": [
"packages/contract-wrappers/_bundles/index.js",
"packages/contract-wrappers/_bundles/index.min.js"
]
}
},
"repository": {
"type": "git",
"url": "https://github.com/0xProject/0x-monorepo"