Skip to content

Commit 9fdc5e3

Browse files
authored
fix(package.json): update module/package.json
1 parent 855c265 commit 9fdc5e3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/module/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
"main": "dist/index.js",
1010
"module": "dist/index.es.js",
1111
"types": "dist/index.d.ts",
12+
"publishConfig": {
13+
"access": "public",
14+
"tag": "prerelease"
15+
},
1216
"repository": {
1317
"type": "git",
1418
"url": "git+https://github.com/patternfly/patternfly-quickstarts.git"

0 commit comments

Comments
 (0)