Skip to content

Commit 52eb62c

Browse files
committed
Prepared @tryghost/prometheus-metrics for publishing
ref https://linear.app/ghost/issue/ENG-2400/prometheus-metrics - we want to set the access to public so the package will be publicly available when publishing to npm
1 parent 5833763 commit 52eb62c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/prometheus-metrics/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/prometheus-metrics",
55
"author": "Ghost Foundation",
6-
"private": true,
6+
"publishConfig": {
7+
"access": "public"
8+
},
79
"main": "build/index.js",
810
"types": "build/index.d.ts",
911
"scripts": {

0 commit comments

Comments
 (0)