Ghost/ghost/member-attribution
2023-10-11 16:39:51 +05:30
..
lib Bug fix: referral_source should not become duplicated based on different case 2023-10-11 16:39:51 +05:30
test Bug fix: referral_source should not become duplicated based on different case 2023-10-11 16:39:51 +05:30
.eslintrc.js Added member attribution events and storage (#15243) 2022-08-18 17:38:42 +02:00
index.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
package.json Configured all unit tests to use dot reporter 2023-10-05 12:24:24 +02:00
README.md Added member attribution events and storage (#15243) 2022-08-18 17:38:42 +02:00

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