fix: package.json from publish (#2611)

This commit is contained in:
Jacob Evans
2020-06-24 15:44:42 +10:00
committed by GitHub
parent 4f91bfd907
commit 7431651666
50 changed files with 618 additions and 571 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "0x.js",
"version": "9.1.5",
"version": "9.1.6",
"engines": {
"node": ">=6.12"
},
@@ -46,9 +46,9 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@0x/contract-addresses": "^4.9.0",
"@0x/dev-utils": "^3.2.1",
"@0x/migrations": "^6.2.4",
"@0x/contract-addresses": "^4.10.0",
"@0x/dev-utils": "^3.2.2",
"@0x/migrations": "^6.3.0",
"@0x/ts-doc-gen": "^0.0.22",
"@0x/tslint-config": "^4.0.0",
"@types/lodash": "4.14.104",
@@ -78,23 +78,24 @@
},
"dependencies": {
"@0x/abi-gen-wrappers": "^5.4.0-beta.3",
"@0x/assert": "^3.0.7",
"@0x/asset-swapper": "^4.4.0",
"@0x/base-contract": "^6.2.1",
"@0x/contract-wrappers": "^13.6.3",
"@0x/order-utils": "^10.2.4",
"@0x/subproviders": "^6.0.8",
"@0x/types": "^3.1.2",
"@0x/typescript-typings": "^5.0.2",
"@0x/utils": "^5.4.1",
"@0x/web3-wrapper": "^7.0.7",
"@0x/assert": "^3.0.8",
"@0x/asset-swapper": "^4.5.0",
"@0x/base-contract": "^6.2.2",
"@0x/contract-wrappers": "^13.7.0",
"@0x/order-utils": "^10.3.0",
"@0x/subproviders": "^6.1.0",
"@0x/types": "^3.1.3",
"@0x/typescript-typings": "^5.1.0",
"@0x/utils": "^5.5.0",
"@0x/web3-wrapper": "^7.1.0",
"@types/web3-provider-engine": "^14.0.0",
"ethereum-types": "^3.1.0",
"ethereum-types": "^3.1.1",
"ethers": "~4.0.4",
"lodash": "^4.17.11",
"web3-provider-engine": "14.0.6"
},
"publishConfig": {
"access": "public"
}
},
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
}