From f365c6be139141803fbe5dc4e9c8cba445c60e5d Mon Sep 17 00:00:00 2001 From: mmiller Date: Mon, 17 Jul 2017 15:49:27 -0600 Subject: [PATCH] 3.3.1 --- package-lock.json | 2 +- package.json | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index bcf3a3f..db72dd9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "html-webpack-externals-plugin", - "version": "3.3.0", + "version": "3.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4ec1d42..965fa92 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,13 @@ { "name": "html-webpack-externals-plugin", - "version": "3.3.0", + "version": "3.3.1", "description": "Webpack plugin that works alongside html-webpack-plugin to use pre-packaged vendor bundles.", - "keywords": ["htmlwebpackplugin", "webpack", "html", "externals"], + "keywords": [ + "htmlwebpackplugin", + "webpack", + "html", + "externals" + ], "main": "lib/index.js", "scripts": { "prepack": "npm run build",