Skip to content

Commit 6d69eba

Browse files
committed
0.0.2
1 parent f8cadf2 commit 6d69eba

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

package.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
{
2-
"name": "html-webpack-wrap-html-plugin",
3-
"version": "0.0.1",
4-
"description": "simplifies wrap HTML files to serve your webpack bundles",
5-
"main": "index.js",
6-
"scripts": {
7-
"prepublish": "npm run test",
8-
"test": "jasmine"
9-
},
10-
"keywords": [
11-
"html-webpack-plugin",
12-
"webpack",
13-
"wrap",
14-
"html",
15-
"plugin"
16-
],
17-
"author": "zman <hxfdarling@hotmail.com> (https://github.com/hxfdarling)",
18-
"license": "MIT",
19-
"repository": {
20-
"type": "git",
21-
"url": "git+https://github.com/hxfdarling/html-webpack-wrap-html-plugin.git"
22-
},
23-
"bugs": {
24-
"url": "https://github.com/hxfdarling/html-webpack-wrap-html-plugin/issues"
25-
},
26-
"homepage": "https://github.com/hxfdarling/html-webpack-wrap-html-plugin#readme",
27-
"devDependencies": {
28-
"html-loader": "^0.4.4",
29-
"html-webpack-plugin": "^2.24.1",
30-
"jasmine": "^2.5.2",
31-
"webpack": "^1.14.0"
32-
}
33-
}
2+
"name": "html-webpack-wrap-html-plugin",
3+
"version": "0.0.2",
4+
"description": "simplifies wrap HTML files to serve your webpack bundles",
5+
"main": "index.js",
6+
"scripts": {
7+
"prepublish": "npm run test",
8+
"test": "jasmine"
9+
},
10+
"keywords": [
11+
"html-webpack-plugin",
12+
"webpack",
13+
"wrap",
14+
"html",
15+
"plugin"
16+
],
17+
"author": "zman <hxfdarling@hotmail.com> (https://github.com/hxfdarling)",
18+
"license": "MIT",
19+
"repository": {
20+
"type": "git",
21+
"url": "git+https://github.com/hxfdarling/html-webpack-wrap-html-plugin.git"
22+
},
23+
"bugs": {
24+
"url": "https://github.com/hxfdarling/html-webpack-wrap-html-plugin/issues"
25+
},
26+
"homepage": "https://github.com/hxfdarling/html-webpack-wrap-html-plugin#readme",
27+
"devDependencies": {
28+
"html-loader": "^0.4.4",
29+
"html-webpack-plugin": "^2.24.1",
30+
"jasmine": "^2.5.2",
31+
"webpack": "^1.14.0"
32+
}
33+
}

0 commit comments

Comments
 (0)