Skip to content
This repository was archived by the owner on Aug 20, 2018. It is now read-only.

Commit dbb32ed

Browse files
committed
Use license in package.json
1 parent acb5712 commit dbb32ed

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,8 @@
33
"version": "0.5.1",
44
"author": "Tobias Koppers @sokra",
55
"description": "json loader module for webpack",
6-
"licenses": [
7-
{
8-
"type": "MIT",
9-
"url": "http://www.opensource.org/licenses/mit-license.php"
10-
}
11-
],
12-
"repository": {
6+
"license": "MIT",
7+
"repository": {
138
"type": "git",
149
"url" : "https://github.com/webpack/json-loader.git"
1510
}

0 commit comments

Comments
 (0)