From 3422ccef15828003f8ebff7dea74a28369af039b Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Wed, 7 Oct 2020 06:47:21 +0530 Subject: [PATCH] Downgrade pwa dep --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8125a5a5a..390e5f43e 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@babel/preset-env": "^7.11.5", "@nuxtjs/color-mode": "^1.1.1", "@nuxtjs/google-analytics": "^2.4.0", - "@nuxtjs/pwa": "^3.1.0", + "@nuxtjs/pwa": "^3.0.2", "@nuxtjs/svg": "^0.1.12", "@nuxtjs/tailwindcss": "^3.1.0", "@testing-library/jest-dom": "^5.11.4",