Skip to content

Commit

Permalink
Merge pull request #90 from zertosh/fix-package-license
Browse files Browse the repository at this point in the history
Fix license field in package.json
  • Loading branch information
yannickcr committed May 29, 2015
2 parents 3da7535 + 7663be8 commit 4fdceb4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,5 @@
"eslint",
"react"
],
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/yannickcr/eslint-plugin-react/master/LICENSE"
}
]
"license": "MIT"
}

0 comments on commit 4fdceb4

Please sign in to comment.