diff options
Diffstat (limited to 'node_modules/html-webpack-plugin/package.json')
-rw-r--r-- | node_modules/html-webpack-plugin/package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/node_modules/html-webpack-plugin/package.json b/node_modules/html-webpack-plugin/package.json index f6c5b41a5..81b45289e 100644 --- a/node_modules/html-webpack-plugin/package.json +++ b/node_modules/html-webpack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "html-webpack-plugin", - "version": "2.28.0", + "version": "2.30.1", "description": "Simplifies creation of HTML files to serve your webpack bundles", "main": "index.js", "files": [ @@ -16,7 +16,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/ampedandwired/html-webpack-plugin.git" + "url": "https://github.com/jantimon/html-webpack-plugin.git" }, "keywords": [ "webpack", @@ -27,9 +27,9 @@ "author": "Charles Blaxland <charles.blaxland@gmail.com> (https://github.com/ampedandwired)", "license": "MIT", "bugs": { - "url": "https://github.com/ampedandwired/html-webpack-plugin/issues" + "url": "https://github.com/jantimon/html-webpack-plugin/issues" }, - "homepage": "https://github.com/ampedandwired/html-webpack-plugin", + "homepage": "https://github.com/jantimon/html-webpack-plugin", "semistandard": { "ignore": [ "examples/*/dist/**/*.*" @@ -63,6 +63,6 @@ "toposort": "^1.0.0" }, "peerDependencies": { - "webpack": "1 || ^2 || ^2.1.0-beta || ^2.2.0-rc" + "webpack": "1 || ^2 || ^2.1.0-beta || ^2.2.0-rc || ^3" } } |