mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Update to use SPDX idetifier
Per https://docs.npmjs.com/files/package.json#license. Removes warning on install.
This commit is contained in:
parent
4456f17c65
commit
e3f4129494
1 changed files with 1 additions and 6 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue