0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Removed private flag

This is necessary so that we can publish to npm
This commit is contained in:
Fabien O'Carroll 2024-09-26 11:09:36 +07:00 committed by Fabien 'egg' O'Carroll
parent 908ff731d6
commit d9a2b0e3a6

View file

@ -14,7 +14,7 @@
],
"main": "./dist/admin-x-activitypub.umd.cjs",
"module": "./dist/admin-x-activitypub.js",
"private": true,
"private": false,
"scripts": {
"dev": "vite build --watch",
"dev:start": "vite",