Ghost/ghost/offers
Fabien O'Carroll 73e11690c1 Published new versions
- @tryghost/members-offers@0.5.0
2021-10-12 17:14:11 +02:00
..
lib Added support for Offer status to API 2021-10-12 17:11:54 +02:00
test
.eslintrc.js
index.js Updated Offer to only change code once 2021-10-08 13:02:22 +02:00
jsconfig.json
LICENSE
package.json Published new versions 2021-10-12 17:14:11 +02:00
README.md

Offers

Install

npm install @tryghost/offers --save

or

yarn add @tryghost/offers

Usage

Develop

This is a mono repository, managed with lerna.

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.

Run

  • yarn dev

Test

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