Skip to content

Commit

Permalink
Update dependencies and bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjrv committed Nov 21, 2018
1 parent 79d9622 commit 8386bc8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bigfloat",
"version": "0.1.0",
"version": "0.1.1",
"description": "Fast arbitrary precision math library for computational geometry.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -27,9 +27,9 @@
"gmp"
],
"devDependencies": {
"@types/node": "^10.12.1",
"@types/node": "^10.12.9",
"autoroll": "^0.1.0",
"rollup": "^0.66.6",
"typescript": "^3.1.4"
"rollup": "^0.67.3",
"typescript": "^3.1.6"
}
}

0 comments on commit 8386bc8

Please sign in to comment.