Revert "Revert "Publish""

This reverts commit a66ccaa1da.
This commit is contained in:
Fabio Berger
2018-07-23 19:11:48 +02:00
parent e2d027e252
commit 3af2ef8439
31 changed files with 277 additions and 280 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "0x.js",
"version": "1.0.0-rc.2",
"version": "1.0.0",
"engines": {
"node": ">=6.12"
},
@@ -68,11 +68,11 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@0xproject/abi-gen": "^1.0.0",
"@0xproject/dev-utils": "^1.0.0",
"@0xproject/migrations": "^1.0.0",
"@0xproject/monorepo-scripts": "^1.0.0",
"@0xproject/tslint-config": "^1.0.0",
"@0xproject/abi-gen": "^1.0.1",
"@0xproject/dev-utils": "^1.0.1",
"@0xproject/migrations": "^1.0.1",
"@0xproject/monorepo-scripts": "^1.0.1",
"@0xproject/tslint-config": "^1.0.1",
"@types/lodash": "4.14.104",
"@types/mocha": "^2.2.42",
"@types/node": "^8.0.53",
@@ -98,17 +98,17 @@
"webpack": "^3.1.0"
},
"dependencies": {
"@0xproject/assert": "^1.0.0",
"@0xproject/base-contract": "^1.0.0",
"@0xproject/contract-wrappers": "^1.0.0-rc.1",
"@0xproject/order-utils": "^1.0.0-rc.1",
"@0xproject/sol-compiler": "^1.0.0",
"@0xproject/subproviders": "^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",
"ethereum-types": "^1.0.0",
"@0xproject/assert": "^1.0.1",
"@0xproject/base-contract": "^1.0.1",
"@0xproject/contract-wrappers": "^1.0.0",
"@0xproject/order-utils": "^1.0.0",
"@0xproject/sol-compiler": "^1.0.1",
"@0xproject/subproviders": "^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",
"ethereum-types": "^1.0.1",
"ethers": "3.0.22",
"lodash": "^4.17.4"
},