Skip to content

Commit

Permalink
Update TypeScript and bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjrv committed Dec 8, 2015
1 parent f0160b7 commit 4d4a198
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "bigfloat",
"version": "0.0.2",
"version": "0.0.3",
"description": "Fast arbitrary precision math library for computational geometry.",
"main": "dist/bigfloat.js",
"typings": "dist/bigfloat.d.ts",
"browser": "dist/browser.js",
"scripts": {
"prepublish": "cd src && tsc && tsc -p tsconfig-browser.json",
"prepublish": "tsc -p src && tsc -p src/tsconfig-browser.json",
"test": "tsc -p test && node test/test.js"
},
"author": "Juha Järvi",
Expand All @@ -24,6 +24,6 @@
"gmp"
],
"devDependencies": {
"typescript": "^1.8.0-dev.20151128"
"typescript": "^1.8.0-dev.20151204"
}
}

0 comments on commit 4d4a198

Please sign in to comment.