0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Merge pull request #5341 from tyre/patch-1

Update to use SPDX idetifier
This commit is contained in:
Hannah Wolfe 2015-05-26 09:27:04 +01:00
commit 623ff35d34

View file

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