From 50cc6e3232fcc884fac297466a763c76ee19d1c5 Mon Sep 17 00:00:00 2001 From: Jake Boone Date: Fri, 23 Aug 2019 15:43:19 -0700 Subject: [PATCH] 0.4.2 --- package-lock.json | 2 +- package.json | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3bad926..f4d0ce5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "format-quantity", - "version": "0.4.1", + "version": "0.4.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f3a6705..e3915ca 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",