From 83854ec58eab099c43e0ac7d6437d34e9819ad2b Mon Sep 17 00:00:00 2001 From: Viktor Nagy Date: Wed, 15 Apr 2020 23:12:07 +0200 Subject: [PATCH] Version bump --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 02ffeca..c81b611 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parcel-plugin-workbox-precache", - "version": "0.0.6", + "version": "0.1.6", "main": "src/index.js", "author": "Jos van Bakel ", "contributors": [ @@ -10,6 +10,6 @@ "repository": "https://github.com/wearespindle/parcel-plugin-workbox-precache", "peerDependencies": { "parcel-bundler": "^1.12.0", - "workbox-build": "^4.1.0" + "workbox-build": "^5.1.2" } }