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:
commit
623ff35d34
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…
Add table
Reference in a new issue