Skip to content

Commit

Permalink
Merge pull request #22 from vend/fix-bn-safari
Browse files Browse the repository at this point in the history
Use bignumber.js version with Safari Workarounds
  • Loading branch information
jamsinclair authored May 3, 2017
2 parents 3d8c246 + 8308fc9 commit 93c403f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
],
"license": "MIT",
"dependencies": {
"bignumber.js": "~4.0.0"
"bignumber.js": "~4.0.2"
},
"devDependencies": {
"babel": "~5.8.23",
Expand Down

0 comments on commit 93c403f

Please sign in to comment.