Skip to content

Commit

Permalink
Merge pull request goldfire#763 from t1st3/master
Browse files Browse the repository at this point in the history
fix: license should be a valid SPDX license expression
  • Loading branch information
goldfire authored May 19, 2017
2 parents 7547703 + 9dcca1a commit 5a970eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@
"url": "git://github.com/goldfire/howler.js.git"
},
"main": "dist/howler.js",
"license": {
"type": "MIT",
"url": "https://raw.githubusercontent.com/goldfire/howler.js/master/LICENSE.md"
},
"license": "MIT",
"moduleType": [
"amd",
"globals",
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@
},
"main": "dist/howler.js",
"version": "2.0.3",
"license": {
"type": "MIT",
"url": "https://raw.githubusercontent.com/goldfire/howler.js/master/LICENSE.md"
},
"license": "MIT",
"files": [
"src",
"dist/howler.js",
Expand Down

0 comments on commit 5a970eb

Please sign in to comment.