Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Merge pull request #160 from 0xProject/fix/bignumber-types
Browse files Browse the repository at this point in the history
Add bignumber.js types as a dependency
  • Loading branch information
LogvinovLeon authored Sep 7, 2017
2 parents a0a39fa + fbb4e84 commit 1501b47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 1501b47

Please sign in to comment.