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 3, 2016
1 parent e3eb4d1 commit e6773e0
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 @@ -3,10 +3,7 @@
"version": "0.16.1",
"description": "RESTful web API Documentation Generator",
"author": "Peter Rottmann <[email protected]>",
"license": {
"type": "MIT",
"url": "https://github.com/apidoc/apidoc/blob/master/LICENSE"
},
"license": "MIT",
"preferGlobal": true,
"bin": "bin/apidoc",
"main": "./lib/index.js",
Expand Down

0 comments on commit e6773e0

Please sign in to comment.