Skip to content

Commit

Permalink
Merge pull request #181 from froatsnook/fix-license-field
Browse files Browse the repository at this point in the history
Fix license field in package.json.
  • Loading branch information
kjur authored Sep 13, 2016
2 parents 805cf6b + 4f87a5f commit f8a22e9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,7 @@
"JOSE", "JWA"
],
"author": "Kenji Urushima",
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/kjur/jsrsasign/master/LICENSE.txt"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/kjur/jsrsasign/issues"
},
Expand Down

0 comments on commit f8a22e9

Please sign in to comment.