Ghost/ghost/verification-trigger
Fabien "egg" O'Carroll 4fde1d2667 Published new versions
- @tryghost/verification-trigger@0.1.1
2022-02-02 17:07:43 +02:00
..
lib Removed API verification logic (#362) 2022-02-02 17:06:31 +02:00
test Removed API verification logic (#362) 2022-02-02 17:06:31 +02:00
.eslintrc.js
index.js
LICENSE
package.json Published new versions 2022-02-02 17:07:43 +02:00
README.md

Verification Trigger

Install

npm install @tryghost/verification-trigger --save

or

yarn add @tryghost/verification-trigger

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

Copyright & License

Copyright (c) 2013-2022 Ghost Foundation - Released under the MIT license.