Skip to content

Commit 2a4388a

Browse files
committed
0.3.0
1 parent bfc573c commit 2a4388a

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
2-
"name": "html-loader",
3-
"version": "0.2.3",
4-
"author": "Tobias Koppers @sokra",
5-
"description": "html loader module for webpack",
6-
"dependencies": {
7-
"html-minifier": "^0.7.2",
8-
"source-map": "0.1.x",
9-
"fastparse": "^1.0.0",
10-
"loader-utils": "~0.2.2"
11-
},
12-
"devDependencies": {
13-
"mocha": "1.17.x",
14-
"should": "3.1.x"
15-
},
16-
"scripts": {
17-
"test": "mocha --reporter spec"
18-
},
19-
"repository": {
20-
"type": "git",
21-
"url": "[email protected]:webpack/html-loader.git"
22-
},
23-
"licenses": [
24-
{
25-
"type": "MIT",
26-
"url": "http://www.opensource.org/licenses/mit-license.php"
27-
}
28-
]
2+
"name": "html-loader",
3+
"version": "0.3.0",
4+
"author": "Tobias Koppers @sokra",
5+
"description": "html loader module for webpack",
6+
"dependencies": {
7+
"html-minifier": "^0.7.2",
8+
"source-map": "0.1.x",
9+
"fastparse": "^1.0.0",
10+
"loader-utils": "~0.2.2"
11+
},
12+
"devDependencies": {
13+
"mocha": "1.17.x",
14+
"should": "3.1.x"
15+
},
16+
"scripts": {
17+
"test": "mocha --reporter spec"
18+
},
19+
"repository": {
20+
"type": "git",
21+
"url": "[email protected]:webpack/html-loader.git"
22+
},
23+
"licenses": [
24+
{
25+
"type": "MIT",
26+
"url": "http://www.opensource.org/licenses/mit-license.php"
27+
}
28+
]
2929
}

0 commit comments

Comments
 (0)