Skip to content

Commit

Permalink
0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeboone02 committed Aug 23, 2019
1 parent e19db3b commit 8a91cec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "numeric-quantity",
"version": "0.4.1",
"version": "0.4.2",
"description": "Convert integer plus fraction into a decimal value",
"main": "dist/numeric-quantity.cjs.js",
"module": "dist/numeric-quantity.esm.js",
"browser": "dist/numeric-quantity.umd.js",
"types": "dist/numeric-quantity.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
Expand Down

0 comments on commit 8a91cec

Please sign in to comment.