Update to use SPDX idetifier

Per https://docs.npmjs.com/files/package.json#license. Removes warning on install.
This commit is contained in:
Chris Maddox 2015-05-25 21:00:32 -07:00
parent 4456f17c65
commit e3f4129494

View File

@ -15,12 +15,7 @@
},
"bugs": "https://github.com/TryGhost/Ghost/issues",
"contributors": "https://github.com/TryGhost/Ghost/graphs/contributors",
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/TryGhost/Ghost/master/LICENSE"
}
],
"license": "MIT",
"main": "./core/index",
"scripts": {
"start": "node index",