Skip to content

Commit

Permalink
chore: Update package.json for prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
dlabaj authored Oct 4, 2024
1 parent 2f9a059 commit 5852393
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-topology",
"version": "6.0.0-alpha.0",
"version": "6.0.0-prerelease.0",
"description": "Provide patternfly components, styles, and utilities for displaying a topology view",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"homepage": "https://github.com/patternfly/react-topology#readme",
"publishConfig": {
"access": "public",
"tag": "alpha"
"tag": "prerelease"
},
"dependencies": {
"@patternfly/react-core": "6.0.0-prerelease.21",
Expand Down

0 comments on commit 5852393

Please sign in to comment.