mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 19:33:02 +03:00
ba0c99d6fb
closes https://github.com/TryGhost/Team/issues/2572 The mentions browse output previously only showed resource info if the mentioned resource type was a `post`. Additionally, the `resource_type` column basically defaulted to `post` regardless whether it was a page or in fact a post. With this change we now have `resource_type` wired in to correctly determine if the mentioned url was a page or a post. |
||
---|---|---|
.. | ||
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