Skip to content

Commit 085ba65

Browse files
authored
feat(package.json): dry-run release again
1 parent 21b6092 commit 085ba65

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
{
22
"name": "@patternfly/quickstarts-root",
3-
"private": true,
43
"version": "0.0.0",
54
"description": "This library provides the quickstarts module",
65
"license": "MIT",
6+
"publishConfig": {
7+
"registry": "https://registry.npmjs.org/",
8+
"tag": "prerelease",
9+
"access": "public"
10+
}
711
"workspaces": [
812
"packages/dev",
913
"packages/module",

0 commit comments

Comments
 (0)