Merge pull request #160 from 0xProject/fix/bignumber-types

Add bignumber.js types as a dependency
This commit is contained in:
Leonid
2017-09-07 21:09:30 +02:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# CHANGELOG
v0.14.2 - _September 7, 2017_
------------------------
* Fixed an issue with bignumber.js types not found (#160)
v0.14.1 - _September 7, 2017_
------------------------
* Fixed an issue with Artifact type not found (#159)

View File

@@ -51,7 +51,6 @@
"node": ">=6.0.0"
},
"devDependencies": {
"@types/bignumber.js": "^4.0.2",
"@types/jsonschema": "^1.1.1",
"@types/lodash": "^4.14.64",
"@types/mocha": "^2.2.41",
@@ -90,6 +89,7 @@
"webpack": "^3.1.0"
},
"dependencies": {
"@types/bignumber.js": "^4.0.2",
"0x-json-schemas": "^0.5.1",
"bignumber.js": "^4.0.2",
"compare-versions": "^3.0.1",