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/sol-compiler",
"version": "1.0.1",
"version": "1.0.0",
"engines": {
"node": ">=6.12"
},
@@ -53,9 +53,9 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-compiler/README.md",
"devDependencies": {
"@0xproject/dev-utils": "^1.0.1",
"@0xproject/monorepo-scripts": "^1.0.1",
"@0xproject/tslint-config": "^1.0.1",
"@0xproject/dev-utils": "^1.0.0",
"@0xproject/monorepo-scripts": "^1.0.0",
"@0xproject/tslint-config": "^1.0.0",
"@types/mkdirp": "^0.5.2",
"@types/require-from-string": "^1.2.0",
"@types/semver": "^5.5.0",
@@ -76,16 +76,16 @@
"zeppelin-solidity": "1.8.0"
},
"dependencies": {
"@0xproject/assert": "^1.0.1",
"@0xproject/json-schemas": "^1.0.0",
"@0xproject/sol-resolver": "^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/assert": "^1.0.0",
"@0xproject/json-schemas": "^1.0.0-rc.1",
"@0xproject/sol-resolver": "^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/yargs": "^11.0.0",
"ethereum-types": "^1.0.0",
"chalk": "^2.3.0",
"ethereum-types": "^1.0.1",
"ethereumjs-util": "^5.1.1",
"lodash": "^4.17.4",
"mkdirp": "^0.5.1",