switch to jasmine 2 #241
add before-html-generation event #240
Properly throw an error in compiler even when childCompilation is missing #243
Update dependencies
This commit is contained in:
Jan Nicklas 2016-03-10 11:14:18 +01:00 committed by Jan Nicklas
parent 07d410d477
commit 4a817ab2c3
1 changed files with 10 additions and 10 deletions

View File

@ -1,6 +1,6 @@
{
"name": "html-webpack-plugin",
"version": "2.9.0",
"version": "2.10.0",
"description": "Simplifies creation of HTML files to serve your webpack bundles",
"main": "index.js",
"files": [
@ -31,26 +31,26 @@
"devDependencies": {
"appcache-webpack-plugin": "^1.2.1",
"css-loader": "^0.23.1",
"dir-compare": "0.0.2",
"es6-promise": "^3.0.2",
"dir-compare": "1.0.1",
"es6-promise": "^3.1.2",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"html-loader": "^0.4.0",
"html-loader": "^0.4.3",
"jade": "^1.11.0",
"jade-loader": "^0.8.0",
"jasmine": "^2.4.1",
"rimraf": "^2.5.0",
"rimraf": "^2.5.2",
"semistandard": "^7.0.5",
"style-loader": "^0.13.0",
"underscore-template-loader": "^0.5.2",
"underscore-template-loader": "^0.7.2",
"url-loader": "^0.5.7",
"webpack": "^1.12.10"
"webpack": "^1.12.14"
},
"dependencies": {
"bluebird": "^3.1.1",
"html-minifier": "^1.1.1",
"bluebird": "^3.3.4",
"html-minifier": "^1.2.0",
"loader-utils": "^0.2.12",
"lodash": "^3.10.1",
"lodash": "^4.6.1",
"pretty-error": "^2.0.0",
"toposort": "^0.2.12"
}