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/abi-gen",
"version": "5.2.2",
"version": "5.3.0",
"engines": {
"node": ">=6.12"
},
@@ -62,14 +62,14 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/abi-gen/README.md",
"dependencies": {
"@0x/types": "^3.1.2",
"@0x/typescript-typings": "^5.0.2",
"@0x/utils": "^5.4.1",
"@0x/types": "^3.1.3",
"@0x/typescript-typings": "^5.1.0",
"@0x/utils": "^5.5.0",
"@types/toposort": "^2.0.1",
"chalk": "^2.3.0",
"change-case": "^3.0.2",
"cli-format": "^3.0.9",
"ethereum-types": "^3.1.0",
"ethereum-types": "^3.1.1",
"glob": "^7.1.2",
"handlebars": "^4.1.2",
"lodash": "^4.17.11",
@@ -80,15 +80,15 @@
"yargs": "^10.0.3"
},
"devDependencies": {
"@0x/assert": "^3.0.7",
"@0x/base-contract": "^6.2.1",
"@0x/contracts-gen": "^2.0.8",
"@0x/dev-utils": "^3.2.1",
"@0x/json-schemas": "^5.0.7",
"@0x/sol-compiler": "^4.0.8",
"@0x/subproviders": "^6.0.8",
"@0x/assert": "^3.0.8",
"@0x/base-contract": "^6.2.2",
"@0x/contracts-gen": "^2.0.9",
"@0x/dev-utils": "^3.2.2",
"@0x/json-schemas": "^5.0.8",
"@0x/sol-compiler": "^4.1.0",
"@0x/subproviders": "^6.1.0",
"@0x/tslint-config": "^4.0.0",
"@0x/web3-wrapper": "^7.0.7",
"@0x/web3-wrapper": "^7.1.0",
"@types/glob": "5.0.35",
"@types/mkdirp": "^0.5.2",
"@types/mocha": "^5.2.7",
@@ -118,5 +118,6 @@
"*.js",
"*.ts",
"*.map"
]
],
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
}