We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79d9622 commit 8386bc8Copy full SHA for 8386bc8
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "bigfloat",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "Fast arbitrary precision math library for computational geometry.",
5
"main": "dist/cjs/index.js",
6
"module": "dist/esm/index.js",
@@ -27,9 +27,9 @@
27
"gmp"
28
],
29
"devDependencies": {
30
- "@types/node": "^10.12.1",
+ "@types/node": "^10.12.9",
31
"autoroll": "^0.1.0",
32
- "rollup": "^0.66.6",
33
- "typescript": "^3.1.4"
+ "rollup": "^0.67.3",
+ "typescript": "^3.1.6"
34
}
35
0 commit comments