We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21b6092 commit 085ba65Copy full SHA for 085ba65
package.json
@@ -1,9 +1,13 @@
1
{
2
"name": "@patternfly/quickstarts-root",
3
- "private": true,
4
"version": "0.0.0",
5
"description": "This library provides the quickstarts module",
6
"license": "MIT",
+ "publishConfig": {
7
+ "registry": "https://registry.npmjs.org/",
8
+ "tag": "prerelease",
9
+ "access": "public"
10
+ }
11
"workspaces": [
12
"packages/dev",
13
"packages/module",
0 commit comments