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/metacoin",
"version": "0.0.11",
"version": "0.0.10",
"engines": {
"node": ">=6.12"
},
@@ -29,25 +29,25 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@0xproject/abi-gen": "^1.0.1",
"@0xproject/base-contract": "^1.0.1",
"@0xproject/sol-compiler": "^1.0.1",
"@0xproject/sol-cov": "^1.0.1",
"@0xproject/subproviders": "^1.0.1",
"@0xproject/tslint-config": "^1.0.1",
"@0xproject/types": "^1.0.0",
"@0xproject/typescript-typings": "^1.0.1",
"@0xproject/utils": "^1.0.1",
"@0xproject/web3-wrapper": "^1.0.1",
"@0xproject/abi-gen": "^1.0.0",
"@0xproject/base-contract": "^1.0.0",
"@0xproject/sol-compiler": "^1.0.0",
"@0xproject/sol-cov": "^1.0.0",
"@0xproject/subproviders": "^1.0.0",
"@0xproject/tslint-config": "^1.0.0",
"@0xproject/types": "^1.0.0-rc.1",
"@0xproject/typescript-typings": "^1.0.0",
"@0xproject/utils": "^1.0.0",
"@0xproject/web3-wrapper": "^1.0.0",
"@types/mocha": "^5.2.2",
"copyfiles": "^2.0.0",
"ethereum-types": "^1.0.1",
"ethereum-types": "^1.0.0",
"ethers": "3.0.22",
"lodash": "^4.17.4",
"run-s": "^0.0.0"
},
"devDependencies": {
"@0xproject/dev-utils": "^1.0.1",
"@0xproject/dev-utils": "^1.0.0",
"chai": "^4.0.1",
"chai-as-promised": "^7.1.0",
"chai-bignumber": "^2.0.1",