Skip to content

Commit

Permalink
fix: Update package.json to perform a prerelease.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlabaj authored Oct 4, 2024
1 parent 50d9be8 commit bb826c1
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-catalog-view-extension",
"version": "6.0.0-alpha.0",
"version": "6.0.0-prerelease.0",
"description": "This library provides catalog view extensions for PatternFly 4 React.",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"homepage": "https://github.com/patternfly/react-catalog-view#readme",
"publishConfig": {
"access": "public",
"tag": "alpha"
"tag": "prerelease"
},
"keywords": [
"react",
Expand Down

0 comments on commit bb826c1

Please sign in to comment.