Specify license type

in package.json for display in NPM registry
This commit is contained in:
Scott Weinstein 2015-01-07 09:28:49 -05:00
parent 35065a0a2a
commit 013286a117

View File

@ -20,5 +20,10 @@
},
"bugs": {
"url": "https://github.com/evanw/node-source-map-support/issues"
}
},
"licenses": [
{
"type": "MIT"
}
]
}