mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-05 09:50:34 +03:00
💡 Removed main script that no longer exists
refs481e2425af
- We no longer support using Ghost as an npm module (this was deprecated long ago) - We've now removed the file that this used to point to (in481e2425af
) - As we aren't supporting this approach, we are removing the main script rather than updating it
This commit is contained in:
parent
b1a98b0b67
commit
edbf9a7076
@ -19,7 +19,6 @@
|
|||||||
"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",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "./core/index",
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node index",
|
"start": "node index",
|
||||||
"dev": "DEBUG=ghost:* grunt dev",
|
"dev": "DEBUG=ghost:* grunt dev",
|
||||||
|
Loading…
Reference in New Issue
Block a user