Pre release 2.0

This commit is contained in:
Jan Nicklas 2015-06-30 11:12:24 +02:00 committed by Jan Nicklas
parent ea6c4ded4a
commit 2365ded8da
1 changed files with 3 additions and 1 deletions

View File

@ -1,10 +1,11 @@
{
"name": "html-webpack-plugin",
"version": "1.6.1",
"version": "2.0.0",
"description": "Simplifies creation of HTML files to serve your webpack bundles",
"main": "index.js",
"files": [
"index.js",
"loader.js",
"default_index.html",
"default_inject_index.html"
],
@ -44,6 +45,7 @@
"bluebird": "^2.9.25",
"blueimp-tmpl": "^2.5.4",
"html-minifier": "^0.7.2",
"loader-utils": "^0.2.10",
"lodash": "~3.9.3"
}
}