diff --git a/package.json b/package.json index f35a5ab..5e03ac7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-webpack-plugin", - "version": "0.0.0", + "version": "0.1.0", "description": "Generates HTML files to serve your webpack bundles", "main": "index.js", "scripts": { @@ -29,6 +29,6 @@ "webpack": "^1.3.3-beta1" }, "dependencies": { - "blueimp-tmpl": "^2.5.4" + "blueimp-tmpl": "~2.5.4" } }