Revert "Publish"

This reverts commit 3dc94051713e4a32796ce3b4ae4b70b527e24cfe.
This commit is contained in:
Leonid Logvinov
2018-07-23 17:13:31 +02:00
parent f05a563802
commit a66ccaa1da
31 changed files with 280 additions and 277 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@0xproject/base-contract",
"version": "1.0.1",
"version": "1.0.0",
"engines": {
"node": ">=6.12"
},
@@ -30,8 +30,8 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/base-contract/README.md",
"devDependencies": {
"@0xproject/monorepo-scripts": "^1.0.1",
"@0xproject/tslint-config": "^1.0.1",
"@0xproject/monorepo-scripts": "^1.0.0",
"@0xproject/tslint-config": "^1.0.0",
"@types/lodash": "4.14.104",
"chai": "^4.0.1",
"copyfiles": "^1.2.0",
@@ -43,10 +43,10 @@
"typescript": "2.7.1"
},
"dependencies": {
"@0xproject/typescript-typings": "^1.0.1",
"@0xproject/utils": "^1.0.1",
"@0xproject/web3-wrapper": "^1.0.1",
"ethereum-types": "^1.0.1",
"ethereum-types": "^1.0.0",
"@0xproject/typescript-typings": "^1.0.0",
"@0xproject/utils": "^1.0.0",
"@0xproject/web3-wrapper": "^1.0.0",
"ethers": "3.0.22",
"lodash": "^4.17.4"
},