Skip to content

Commit

Permalink
Merge pull request apidoc#473 from dcohenb/license_format_fix
Browse files Browse the repository at this point in the history
Format the license in package.json to match the SPDX standard
  • Loading branch information
rottmann committed May 3, 2016
2 parents e3eb4d1 + e6773e0 commit cb7986f
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 cb7986f

Please sign in to comment.