Skip to content

Commit 74909e4

Browse files
committed
Pre release 2.0
1 parent 571407f commit 74909e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "html-webpack-plugin",
3-
"version": "1.5.2",
3+
"version": "2.0.0",
44
"description": "Simplifies creation of HTML files to serve your webpack bundles",
55
"main": "index.js",
66
"files": [
77
"index.js",
8+
"loader.js",
89
"default_index.html",
910
"default_inject_index.html"
1011
],
@@ -44,7 +45,6 @@
4445
"bluebird": "^2.9.25",
4546
"html-minifier": "^0.7.2",
4647
"loader-utils": "^0.2.10",
47-
"lodash": "~3.9.3",
48-
"raw-loader": "^0.5.1"
48+
"lodash": "~3.9.3"
4949
}
5050
}

0 commit comments

Comments
 (0)