Skip to content
This repository was archived by the owner on Jun 25, 2020. It is now read-only.

Commit 1e4d2a4

Browse files
committed
0.5.4
1 parent 2a25922 commit 1e4d2a4

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"name": "bundle-loader",
3-
"version": "0.5.3",
4-
"author": "Tobias Koppers @sokra",
5-
"description": "bundle loader module for webpack",
6-
"dependencies": {
7-
"loader-utils": "0.2.x"
8-
},
9-
"licenses": [
10-
{
11-
"type": "MIT",
12-
"url": "http://www.opensource.org/licenses/mit-license.php"
13-
}
14-
],
15-
"repository": {
16-
"type": "git",
17-
"url": "git://github.com/webpack/bundle-loader.git"
18-
}
2+
"name": "bundle-loader",
3+
"version": "0.5.4",
4+
"author": "Tobias Koppers @sokra",
5+
"description": "bundle loader module for webpack",
6+
"dependencies": {
7+
"loader-utils": "0.2.x"
8+
},
9+
"licenses": [
10+
{
11+
"type": "MIT",
12+
"url": "http://www.opensource.org/licenses/mit-license.php"
13+
}
14+
],
15+
"repository": {
16+
"type": "git",
17+
"url": "git://github.com/webpack/bundle-loader.git"
18+
}
1919
}

0 commit comments

Comments
 (0)