0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/lib
Daniel Lockyer a2f9204069
Changed Error to IncorrectUsageError in package-json
no issue

- `Error` is very generic for this case and `IncorrectUsageError`
  will populate the resulting error with the correct error code
- the `message` was pulled out to its own statement so we can avoid long
  lines
2021-05-06 13:22:59 +01:00
..
common Removed unused onMany method from events 2021-05-04 13:28:24 +01:00
fs/package-json Changed Error to IncorrectUsageError in package-json 2021-05-06 13:22:59 +01:00
image Moved i18n to shared 2021-05-04 13:03:38 +01:00
ghost-version.js
mobiledoc.js Added mobiledoc.ghostVersion to blank mobiledoc document 2021-02-15 18:10:56 +00:00
package-json.js Moved package-json wrapper outside implementation folder 2021-05-06 12:56:21 +01:00
request-external.js
request.js