Move deps to devDeps not used in src dir

This commit is contained in:
fabioberger
2019-11-12 12:27:21 +00:00
parent fe54fbefbb
commit 2a5f5f7312
15 changed files with 85 additions and 91 deletions

View File

@@ -56,6 +56,9 @@
"@0x/dev-utils": "^2.4.0-beta.1",
"@0x/sol-compiler": "^3.2.0-beta.1",
"@0x/tslint-config": "^3.1.0-beta.1",
"@0x/order-utils": "^8.5.0-beta.1",
"@0x/types": "^2.5.0-beta.1",
"@0x/web3-wrapper": "^6.1.0-beta.1",
"@types/bn.js": "^4.11.0",
"@types/lodash": "4.14.104",
"@types/mocha": "^5.2.7",
@@ -64,6 +67,8 @@
"chai-as-promised": "^7.1.0",
"chai-bignumber": "^3.0.0",
"dirty-chai": "^2.0.1",
"ethereumjs-util": "^5.1.1",
"lodash": "^4.17.11",
"make-promises-safe": "^1.1.0",
"mocha": "^6.2.0",
"npm-run-all": "^4.1.2",
@@ -75,15 +80,10 @@
},
"dependencies": {
"@0x/base-contract": "^5.5.0-beta.1",
"@0x/order-utils": "^8.5.0-beta.1",
"@0x/types": "^2.5.0-beta.1",
"@0x/typescript-typings": "^4.4.0-beta.1",
"@0x/utils": "^4.6.0-beta.1",
"@0x/web3-wrapper": "^6.1.0-beta.1",
"bn.js": "^4.11.8",
"ethereum-types": "^2.2.0-beta.1",
"ethereumjs-util": "^5.1.1",
"lodash": "^4.17.11"
"ethereum-types": "^2.2.0-beta.1"
},
"publishConfig": {
"access": "public"