Bump project dependencies.
This commit is contained in:
parent
85c5ac0446
commit
a1ed078135
27
package.json
27
package.json
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "html-webpack-plugin",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"description": "Simplifies creation of HTML files to serve your webpack bundles",
|
||||
"main": "index.js",
|
||||
"files": [
|
||||
|
|
@ -30,24 +30,23 @@
|
|||
},
|
||||
"homepage": "https://github.com/ampedandwired/html-webpack-plugin",
|
||||
"devDependencies": {
|
||||
"css-loader": "^0.12.0",
|
||||
"extract-text-webpack-plugin": "^0.7.1",
|
||||
"file-loader": "^0.8.1",
|
||||
"css-loader": "^0.15.4",
|
||||
"extract-text-webpack-plugin": "^0.8.2",
|
||||
"file-loader": "^0.8.4",
|
||||
"html-loader": "^0.3.0",
|
||||
"jade-loader": "^0.7.1",
|
||||
"jasmine-node": "^1.14.5",
|
||||
"jshint": "^2.7.0",
|
||||
"rimraf": "^2.3.3",
|
||||
"style-loader": "^0.12.2",
|
||||
"url-loader": "^0.5.5",
|
||||
"webpack": "^1.8.11"
|
||||
"jshint": "^2.8.0",
|
||||
"rimraf": "^2.4.1",
|
||||
"style-loader": "^0.12.3",
|
||||
"url-loader": "^0.5.6",
|
||||
"webpack": "^1.10.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"bluebird": "^2.9.25",
|
||||
"blueimp-tmpl": "^2.5.4",
|
||||
"html-minifier": "^0.7.2",
|
||||
"loader-utils": "^0.2.10",
|
||||
"lodash": "~3.9.3",
|
||||
"syntax-error": "^1.1.4"
|
||||
"syntax-error": "^1.1.4",
|
||||
"bluebird": "^2.9.34",
|
||||
"html-minifier": "^0.7.2",
|
||||
"lodash": "^3.10.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue