0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core/test/unit/lib
Katharina Irrgang 341f719d92
Extended ghost version utility (#9278)
refs https://github.com/TryGhost/Ghost-Release/issues/24

- differentiate between
  1. original package.json version (can contain pre and build suffix)
  2. full package.json version X.X.X-{pre} (optional)
  3. safe package.json version X.X (major+minor)
2018-01-03 20:20:18 +01:00
..
common Tidy up unit test files (#9340) 2017-12-14 03:36:50 +01:00
fs Moved zip folder, read csv and package-json to lib/fs 2017-12-14 22:07:53 +01:00
image Removed bluebird promise wrap in request lib (#9343) 2018-01-02 12:18:56 +01:00
mobiledoc Moved default-cards app to lib/mobiledoc (#9341) 2017-12-14 14:44:01 +00:00
promise Tidy up unit test files (#9340) 2017-12-14 03:36:50 +01:00
security Moved tokens, url safe and safe string utility to lib/security 2017-12-14 13:38:00 +01:00
social Moved social utility to lib/social 2017-12-14 22:34:05 +01:00
ghost-version_spec.js Extended ghost version utility (#9278) 2018-01-03 20:20:18 +01:00
request_spec.js