Use license in package.json

This commit is contained in:
Simen Bekkhus 2015-05-19 22:37:43 +02:00
parent 9b28b78969
commit fad1947818

View File

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