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:
parent
908ff731d6
commit
d9a2b0e3a6
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue