0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Moved members-stripe-service -> stripe

no-issue

We are already in the Members repository so there's no need for members
in the directory name. The NPM package name however is unchanged and
still requires specificity as it is scoped to @tryghost as a whole
rather than the Members feature.
This commit is contained in:
Fabien "egg" O'Carroll 2022-01-11 17:55:20 +02:00
parent 3832352c5a
commit c120490a00
12 changed files with 1 additions and 1 deletions

View file

@ -1,7 +1,7 @@
{
"name": "@tryghost/members-stripe-service",
"version": "0.5.2",
"repository": "https://github.com/TryGhost/Members/tree/main/packages/members-stripe-service",
"repository": "https://github.com/TryGhost/Members/tree/main/packages/stripe",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",