Skip to content

Commit efac3d2

Browse files
committed
Merge pull request webpack-contrib#56 from SimenB/license
Use license in package.json
2 parents 20a86d8 + 5ed22de commit efac3d2

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

package.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,5 @@
2525
"type": "git",
2626
"url": "git@github.com:webpack/css-loader.git"
2727
},
28-
"licenses": [
29-
{
30-
"type": "MIT",
31-
"url": "http://www.opensource.org/licenses/mit-license.php"
32-
}
33-
]
28+
"license": "MIT"
3429
}

0 commit comments

Comments
 (0)