Skip to content

Commit

Permalink
Pre release 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon committed Jun 30, 2015
1 parent 571407f commit 74909e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "html-webpack-plugin",
"version": "1.5.2",
"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"
],
Expand Down Expand Up @@ -44,7 +45,6 @@
"bluebird": "^2.9.25",
"html-minifier": "^0.7.2",
"loader-utils": "^0.2.10",
"lodash": "~3.9.3",
"raw-loader": "^0.5.1"
"lodash": "~3.9.3"
}
}

0 comments on commit 74909e4

Please sign in to comment.