diff options
Diffstat (limited to 'packages/dev-utils')
-rw-r--r-- | packages/dev-utils/CHANGELOG.json | 9 | ||||
-rw-r--r-- | packages/dev-utils/package.json | 4 |
2 files changed, 11 insertions, 2 deletions
diff --git a/packages/dev-utils/CHANGELOG.json b/packages/dev-utils/CHANGELOG.json index d412d0afe..b9bd7d080 100644 --- a/packages/dev-utils/CHANGELOG.json +++ b/packages/dev-utils/CHANGELOG.json @@ -1,5 +1,14 @@ [ { + "version": "1.0.13", + "changes": [ + { + "note": "Make web3-provider-engine types a 'dependency' so it's available to users of the library", + "pr": 1105 + } + ] + }, + { "version": "1.0.12", "changes": [ { diff --git a/packages/dev-utils/package.json b/packages/dev-utils/package.json index c4298c2d2..9d054e6bf 100644 --- a/packages/dev-utils/package.json +++ b/packages/dev-utils/package.json @@ -32,8 +32,6 @@ "@0xproject/tslint-config": "^1.0.8", "@types/lodash": "4.14.104", "@types/mocha": "^2.2.42", - "chai": "^4.0.1", - "copyfiles": "^2.0.0", "make-promises-safe": "^1.1.0", "mocha": "^4.1.0", "npm-run-all": "^4.1.2", @@ -48,6 +46,8 @@ "@0xproject/typescript-typings": "^3.0.2", "@0xproject/utils": "^2.0.2", "@0xproject/web3-wrapper": "^3.0.3", + "@types/web3-provider-engine": "^14.0.0", + "chai": "^4.0.1", "ethereum-types": "^1.0.11", "lodash": "^4.17.5" }, |