Skip to content

Commit 4d4a198

Browse files
committed
Update TypeScript and bump version.
1 parent f0160b7 commit 4d4a198

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "bigfloat",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Fast arbitrary precision math library for computational geometry.",
55
"main": "dist/bigfloat.js",
66
"typings": "dist/bigfloat.d.ts",
77
"browser": "dist/browser.js",
88
"scripts": {
9-
"prepublish": "cd src && tsc && tsc -p tsconfig-browser.json",
9+
"prepublish": "tsc -p src && tsc -p src/tsconfig-browser.json",
1010
"test": "tsc -p test && node test/test.js"
1111
},
1212
"author": "Juha Järvi",
@@ -24,6 +24,6 @@
2424
"gmp"
2525
],
2626
"devDependencies": {
27-
"typescript": "^1.8.0-dev.20151128"
27+
"typescript": "^1.8.0-dev.20151204"
2828
}
2929
}

0 commit comments

Comments
 (0)