0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core/server/lib
Hannah Wolfe 1f11bd9012
Updated package-json lib to not need DI
- The underlying package-json package has had i18n ripped out using the new tpl utility instead
- It's also then been refactored to not be a class that needs instantiating
- This means it can be required directly and its public interface methods used where needed
- This is a much nicer, neater pattern for what is a mature utility library :)
2021-06-09 16:48:19 +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 Updated Ghost versioning lib to include all prerelease IDs 2020-10-29 12:44:55 +00: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