mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-22 19:32:54 +03: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
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user