Skip to content

Commit

Permalink
bump version to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
camsong committed Oct 23, 2019
1 parent f247577 commit 8ab4f95
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 41 deletions.
117 changes: 77 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "number-precision",
"version": "1.3.1",
"version": "1.3.2",
"description": "Perform addition, subtraction, multiplication and division operations precisely using javascript",
"main": "build/index.js",
"types": "src/index.ts",
Expand Down Expand Up @@ -38,6 +38,7 @@
"ava": "^0.24.0",
"codecov": "^3.1.0",
"nyc": "^11.3.0",
"braces": ">=2.3.1",
"pre-commit": "^1.2.2",
"rollup": "^0.52.2",
"rollup-plugin-typescript": "^0.8.1",
Expand Down

0 comments on commit 8ab4f95

Please sign in to comment.