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/sol-profiler",
"version": "4.0.8",
"version": "4.1.0",
"engines": {
"node": ">=6.12"
},
@@ -33,11 +33,11 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-profiler/README.md",
"dependencies": {
"@0x/sol-tracing-utils": "^7.0.8",
"@0x/subproviders": "^6.0.8",
"@0x/typescript-typings": "^5.0.2",
"@0x/utils": "^5.4.1",
"ethereum-types": "^3.1.0",
"@0x/sol-tracing-utils": "^7.1.0",
"@0x/subproviders": "^6.1.0",
"@0x/typescript-typings": "^5.1.0",
"@0x/utils": "^5.5.0",
"ethereum-types": "^3.1.1",
"ethereumjs-util": "^5.1.1",
"lodash": "^4.17.11",
"web3-provider-engine": "14.0.6"
@@ -55,5 +55,6 @@
},
"publishConfig": {
"access": "public"
}
},
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
}