c6b90b6ac7
closes https://github.com/TryGhost/Team/issues/2551 Rather than blindly passing all data through the API we explicitly include each new property. This allows us to make changes to the core entities without affecting the API. The verified property is being added now to give design the ability to display these mentions differently. We also needed to include the verified property in the return value of toJSON, this was missed as part of the original entity changes |
||
---|---|---|
.. | ||
lib | ||
test | ||
.eslintrc.js | ||
index.js | ||
package.json | ||
README.md |
Webmentions
Usage
Develop
This is a monorepo package.
Follow the instructions for the top-level repo.
git clone
this repo &cd
into it as usual- Run
yarn
to install top-level dependencies.
Test
yarn lint
run just eslintyarn test
run lint and tests