Ghost/core/server/lib
Sam Lord 160cb07e02 Added @tryghost/root-utils to the ghost-version module
no issue
Part of the effort to split ghost into smaller, decoupled parts. The
@root-utils package lets us avoid hard-coding a path to package.json,
and means that the ghost-version.js file could eventually be moved
into a separate module.

This commit uses a patched version of @tryghost/root-utils which
checks for the existence of a `current` directory, as used in
Ghost-CLI. Since this is very specific to Ghost and Ghost CLI, there's
a new method called "getGhostRoot" for this purpose.
2021-06-15 15:06:31 +01:00
..
common Removed unused onMany method from events 2021-05-04 13:28:24 +01:00
image Moved getLocalSize() from mobiledoc to image-size lib 2021-05-14 11:57:37 +01:00
ghost-version.js Added @tryghost/root-utils to the ghost-version module 2021-06-15 15:06:31 +01:00
mobiledoc.js Moved getLocalSize() from mobiledoc to image-size lib 2021-05-14 11:57:37 +01:00
request-external.js Reverted to previous user-agent for bookmark and oembed requests 2020-06-15 16:02:04 +01:00
request.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
validate-password.js Moved password validation into a library 2021-06-15 12:33:14 +01:00