Skip to content

Commit 3e92e2a

Browse files
sokrajoshwiens
authored andcommitted
chore(release): 0.7.0
1 parent e1a88f0 commit 3e92e2a

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

package.json

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

0 commit comments

Comments
 (0)