Skip to content

Commit

Permalink
Merge pull request #34 from pnwpedro/update-package-license
Browse files Browse the repository at this point in the history
fix: Publish license information with NPM
  • Loading branch information
nbubna committed Mar 24, 2020
2 parents 44a8cb4 + f246ddf commit b988c2f
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,7 @@
"type": "git",
"url": "http://github.com/nbubna/Case.git"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
},
{
"type": "GPL",
"url": "http://www.gnu.org/licenses/gpl.html"
}
],
"license": "(MIT OR GPL-3.0-or-later)",
"scripts": {
"test": "grunt qunit"
},
Expand Down

0 comments on commit b988c2f

Please sign in to comment.