Skip to content

Commit 7fad1bd

Browse files
authored
fix: Update package.json to perform prerelease.
1 parent 543d27a commit 7fad1bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/module/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@patternfly/react-log-viewer",
3-
"version": "6.0.0-alpha.0",
3+
"version": "6.0.0-prerelease.0",
44
"description": "Terminal renderer",
55
"main": "dist/js/index.js",
66
"module": "dist/esm/index.js",
77
"publishConfig": {
88
"access": "public",
9-
"tag": "alpha"
9+
"tag": "prerelease"
1010
},
1111
"scripts": {
1212
"build": "yarn generate && yarn build:esm && yarn build:cjs",

0 commit comments

Comments
 (0)