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

Use license in package.json #5

Merged
merged 1 commit into from
May 23, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,8 @@
"version": "0.5.1",
"author": "Tobias Koppers @sokra",
"description": "json loader module for webpack",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"repository": {
"license": "MIT",
"repository": {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trailing space, methinks

"type": "git",
"url" : "https://github.com/webpack/json-loader.git"
}
Expand Down