Update dependencies

This commit is contained in:
Jan Nicklas 2015-05-07 08:19:58 +02:00
parent 0b755ad75b
commit d8d48c0554
1 changed files with 8 additions and 7 deletions

View File

@ -23,16 +23,17 @@
},
"homepage": "https://github.com/ampedandwired/html-webpack-plugin",
"devDependencies": {
"css-loader": "^0.9.1",
"extract-text-webpack-plugin": "^0.5.0",
"css-loader": "^0.12.0",
"extract-text-webpack-plugin": "^0.7.1",
"jasmine-node": "^1.14.5",
"jshint": "^2.5.2",
"rimraf": "^2.2.8",
"style-loader": "^0.9.0",
"webpack": "^1.3.3-beta1"
"jshint": "^2.7.0",
"rimraf": "^2.3.3",
"style-loader": "^0.12.2",
"webpack": "^1.8.11"
},
"dependencies": {
"blueimp-tmpl": "~2.5.4",
"lodash": "~3.6.0"
"html-minifier": "^0.7.2",
"lodash": "~3.8.0"
}
}