Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
Add a cross-browser, numerically stable algorithm to add floats accur…
Browse files Browse the repository at this point in the history
…ately

Not sure if susy has added this dependency
  • Loading branch information
manolobevia committed Jun 23, 2017
1 parent 6db4ecd commit ca06ecd
Show file tree
Hide file tree
Showing 2 changed files with 336 additions and 11 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@
],
"private": true,
"dependencies": {
"add": "^2.0.6",
"axios": "^0.16.1",
"lodash": "^4.17.4",
"nuxt": "latest",
"nuxt-helpers": "^0.10.0",
"susy": "^2.2.12"
"susy": "^2.2.12",
"yarn": "^0.24.5"
},
"scripts": {
"dev": "nuxt",
Expand Down

0 comments on commit ca06ecd

Please sign in to comment.