Correctly specify the library's license

This commit is contained in:
ciaranj 2017-01-05 09:21:27 +00:00
parent ec6a1b2eaf
commit f8db22feed
1 changed files with 1 additions and 5 deletions

View File

@ -11,9 +11,5 @@
, "scripts": {
"test": "make test"
}
, "licenses" :
[ { "type" : "MIT"
, "url" : "http://github.com/ciaranj/node-oauth/raw/master/LICENSE"
}
]
, "license": "MIT"
}