Fix packages that aren't working as expected

This commit is contained in:
Fabio Berger
2018-03-19 00:13:19 +01:00
parent cc4e390c91
commit ac881d149c
11 changed files with 43 additions and 14 deletions

View File

@@ -1,5 +1,9 @@
# CHANGELOG
## v0.4.3 - _March 18, 2018_
* Add `@types/node` to dependencies since `intervalUtils` has the `NodeJS` type as part of its public interface.
## v0.4.2 - _March 18, 2018_
* Consolidate all `console.log` calls into `logUtils` in the `@0xproject/utils` package (#452)

View File

@@ -31,6 +31,7 @@
},
"dependencies": {
"@0xproject/types": "^0.4.0",
"@types/node": "^8.0.53",
"bignumber.js": "~4.1.0",
"ethers-contracts": "^2.2.1",
"ethers-typescript-typings": "^0.0.3",