Fix packages that aren't working as expected
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user