From 31f1d2d392734a33b64b1282bbaa8a14e9f51aac Mon Sep 17 00:00:00 2001 From: Anuj Nair Date: Mon, 3 Jun 2019 13:03:40 -0700 Subject: [PATCH] 3.0.2 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index fbe8fe5..7ae86ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "csp-html-webpack-plugin", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d182916..29ce47b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "csp-html-webpack-plugin", - "version": "3.0.1", + "version": "3.0.2", "description": "A plugin which, when combined with HTMLWebpackPlugin, adds CSP tags to the HTML output", "main": "plugin.js", "scripts": {