Skip to content

Commit fddecdf

Browse files
committed
chore: add publishConfig to package.json files
1 parent 576c520 commit fddecdf

File tree

36 files changed

+135
-4
lines changed

36 files changed

+135
-4
lines changed

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

core/pfe-core/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
"default": "./functions/*.js"
3535
}
3636
},
37+
"publishConfig": {
38+
"access": "public",
39+
"registry": "https://registry.npmjs.org/"
40+
},
3741
"scripts": {
3842
"⚙️-----UTIL-------⚙️": "❓ Manages the repo",
3943
"clean": "git clean -fX -e node_modules -e tsconfig.tsbuildinfo",

core/pfe-sass/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"license": "MIT",
55
"description": "Sass variables and mixins for PatternFly Elements",
66
"main": "./index.scss",
7+
"publishConfig": {
8+
"access": "public",
9+
"registry": "https://registry.npmjs.org/"
10+
},
711
"scripts": {
812
"analyze": "sassdoc {extends,functions,maps,mixins,variables}/_*.scss index.scss"
913
},

core/pfe-styles/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"description": "Helper classes for PatternFly Elements",
66
"type": "module",
77
"main": "./pfe-layouts.css",
8+
"publishConfig": {
9+
"access": "public",
10+
"registry": "https://registry.npmjs.org/"
11+
},
812
"scripts": {
913
"clean": "git clean -fX -e node_modules -e tsconfig.tsbuildinfo",
1014
"build": "run-s build:**",

elements/pfe-accordion/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
"default": "./*.js"
1919
}
2020
},
21+
"publishConfig": {
22+
"access": "public",
23+
"registry": "https://registry.npmjs.org/"
24+
},
2125
"scripts": {
2226
"⚙️-----UTIL-------⚙️": "❓ Manages the repo",
2327
"clean": "git clean -fX -e node_modules -e tsconfig.tsbuildinfo",

elements/pfe-autocomplete/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
"default": "./*.js"
2323
}
2424
},
25+
"publishConfig": {
26+
"access": "public",
27+
"registry": "https://registry.npmjs.org/"
28+
},
2529
"scripts": {
2630
"⚙️-----UTIL-------⚙️": "❓ Manages the repo",
2731
"clean": "git clean -fX -e node_modules -e tsconfig.tsbuildinfo",

elements/pfe-avatar/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
"default": "./*.js"
1818
}
1919
},
20+
"publishConfig": {
21+
"access": "public",
22+
"registry": "https://registry.npmjs.org/"
23+
},
2024
"scripts": {
2125
"⚙️-----UTIL-------⚙️": "❓ Manages the repo",
2226
"clean": "git clean -fX -e node_modules -e tsconfig.tsbuildinfo",

elements/pfe-badge/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
"default": "./*.js"
1919
}
2020
},
21+
"publishConfig": {
22+
"access": "public",
23+
"registry": "https://registry.npmjs.org/"
24+
},
2125
"scripts": {
2226
"⚙️-----UTIL-------⚙️": "❓ Manages the repo",
2327
"clean": "git clean -fX -e node_modules -e tsconfig.tsbuildinfo",

elements/pfe-band/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
"default": "./*.js"
1919
}
2020
},
21+
"publishConfig": {
22+
"access": "public",
23+
"registry": "https://registry.npmjs.org/"
24+
},
2125
"scripts": {
2226
"⚙️-----UTIL-------⚙️": "❓ Manages the repo",
2327
"clean": "git clean -fX -e node_modules -e tsconfig.tsbuildinfo",

elements/pfe-button/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
"default": "./*.js"
1919
}
2020
},
21+
"publishConfig": {
22+
"access": "public",
23+
"registry": "https://registry.npmjs.org/"
24+
},
2125
"scripts": {
2226
"⚙️-----UTIL-------⚙️": "❓ Manages the repo",
2327
"clean": "git clean -fX -e node_modules -e tsconfig.tsbuildinfo",

0 commit comments

Comments
 (0)