Bump version to 0.1.0
This commit is contained in:
parent
6bb5a43a79
commit
e3f9466146
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue