Skip to content

Commit

Permalink
Merge pull request #9 from RobLoach/patch-1
Browse files Browse the repository at this point in the history
Update "license" to be SPDX compliant
  • Loading branch information
Matt-Esch committed Oct 21, 2015
2 parents fe0823b + a4ab1c1 commit cc218a7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions package.json
Expand Up @@ -26,12 +26,7 @@
"devDependencies": {
"tape": "~1.1.1"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/Matt-Esch/string-template/raw/master/LICENSE"
}
],
"license": "MIT",
"scripts": {
"test": "node ./test/index.js",
"travis-test": "istanbul cover ./test/index.js && ((cat coverage/lcov.info | coveralls) || exit 0)",
Expand Down

0 comments on commit cc218a7

Please sign in to comment.