Ghost/ghost/member-attribution
Daniel Lockyer 1fd155d56a Fixed extra arguments being supplied to function calls
- identified by tsc, this shouldn't change any functionality because
  there were extra arguments being supplied and were unused
2024-05-07 11:44:07 +02:00
..
lib Fixed extra arguments being supplied to function calls 2024-05-07 11:44:07 +02:00
test
.eslintrc.js
index.js
package.json Update TryGhost packages 2024-05-01 08:49:04 +02:00
README.md

Member Attribution

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