Ghost/ghost/tiers
Fabien "egg" O'Carroll 0978a808d6 Refactored TiersAPI to use core slug generation
refs https://github.com/TryGhost/Team/issues/2078

This removes the burden from the Tier object, and allows us to reuse
the existing slug generation implementation we have in our bookshelf
models.
2022-10-20 11:54:03 +07:00
..
lib Refactored TiersAPI to use core slug generation 2022-10-20 11:54:03 +07:00
test Refactored TiersAPI to use core slug generation 2022-10-20 11:54:03 +07:00
.eslintrc.js
index.js
package.json
README.md

Tiers

'

Usage

Develop

This is a monorepo package.

Follow the instructions for the top-level repo.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.

Test

  • yarn lint run just eslint
  • yarn test run lint and tests