Skip to content

Commit 266664c

Browse files
committed
Prepared package for publishing
ref https://linear.app/ghost/issue/ENG-2401/custom-fonts - we need to set the access to public so it's visible on npm when publishing
1 parent 3316966 commit 266664c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/custom-fonts/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"version": "0.0.0",
44
"repository": "https://github.com/TryGhost/Ghost/tree/main/packages/custom-fonts",
55
"author": "Ghost Foundation",
6-
"private": true,
6+
"publishConfig": {
7+
"access": "public"
8+
},
79
"main": "./build/cjs/index.js",
810
"module": "./build/esm/index.js",
911
"types": "./build/types/index.d.ts",

0 commit comments

Comments
 (0)