Skip to content

Commit

Permalink
Format the license in package.json to match the SPDX standard
Browse files Browse the repository at this point in the history
As documented on the NPM documentation (https://docs.npmjs.com/files/package.json#license). The license field has to comply with the SPDX specification for communicating the licenses and copyrights associated with a software package. This commit changes the license to a valid SPDX value (MIT)
  • Loading branch information
dcohenb authored and Daniel Cohen committed May 2, 2016
1 parent 6b77223 commit 08c4f91
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@
"email": "steven@bxcreative.com",
"url": "http://stevenwanderski.com"
},
"license": {
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/stevenwanderski/bxslider-4/bxslider-4.git"
Expand Down

0 comments on commit 08c4f91

Please sign in to comment.