From 2365ded8da9dceae7d8600733e893f6ed8af9cd8 Mon Sep 17 00:00:00 2001 From: Jan Nicklas Date: Tue, 30 Jun 2015 11:12:24 +0200 Subject: [PATCH] Pre release 2.0 --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index eb790e5..35dcb48 100644 --- a/package.json +++ b/package.json @@ -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" } }