Skip to content

Commit

Permalink
Merge pull request #15 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
zenorocha committed May 5, 2016
2 parents 19e9594 + 3bf2d89 commit 6f3a4c3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions package.json
Expand Up @@ -21,12 +21,7 @@
"name": "Zeno Rocha",
"email": "zno.rocha@gmail.com"
},
"license": [
{
"type": "MIT",
"url": "http://zenorocha.mit-license.org/"
}
],
"license": "MIT",
"scripts": {
"test": "mocha --reporter spec"
},
Expand Down

0 comments on commit 6f3a4c3

Please sign in to comment.