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 105a1c1 commit 50cc6e3
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,6 +1,6 @@
{
"name": "format-quantity",
"version": "0.4.1",
"version": "0.4.2",
"description": "Format a number as an integer plus fraction, as seen in recipe ingredient lists",
"repository": {
"type": "git",
Expand All @@ -10,7 +10,9 @@
"module": "dist/format-quantity.esm.js",
"browser": "dist/format-quantity.umd.js",
"types": "dist/format-quantity.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
Expand Down

0 comments on commit 50cc6e3

Please sign in to comment.