Skip to content

Commit b3e0bf9

Browse files
committed
Add access public to all packages
1 parent a98c407 commit b3e0bf9

File tree

13 files changed

+39
-0
lines changed

13 files changed

+39
-0
lines changed

packages/classer/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
},
2121
"homepage": "https://codehike.org",
2222
"repository": "code-hike/codehike",
23+
"publishConfig": {
24+
"access": "public"
25+
},
2326
"author": "Rodrigo Pombo",
2427
"license": "MIT",
2528
"funding": {

packages/code-diff/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
},
2323
"homepage": "https://codehike.org",
2424
"repository": "code-hike/codehike",
25+
"publishConfig": {
26+
"access": "public"
27+
},
2528
"author": "Rodrigo Pombo",
2629
"license": "MIT",
2730
"funding": {

packages/mini-browser/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
],
3535
"homepage": "https://codehike.org",
3636
"repository": "code-hike/codehike",
37+
"publishConfig": {
38+
"access": "public"
39+
},
3740
"author": "Rodrigo Pombo",
3841
"license": "MIT",
3942
"funding": {

packages/mini-editor/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
],
3232
"homepage": "https://codehike.org",
3333
"repository": "code-hike/codehike",
34+
"publishConfig": {
35+
"access": "public"
36+
},
3437
"author": "Rodrigo Pombo",
3538
"license": "MIT",
3639
"funding": {

packages/mini-frame/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
],
2525
"homepage": "https://codehike.org",
2626
"repository": "code-hike/codehike",
27+
"publishConfig": {
28+
"access": "public"
29+
},
2730
"author": "Rodrigo Pombo",
2831
"license": "MIT",
2932
"funding": {

packages/mini-terminal/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
],
2727
"homepage": "https://codehike.org",
2828
"repository": "code-hike/codehike",
29+
"publishConfig": {
30+
"access": "public"
31+
},
2932
"author": "Rodrigo Pombo",
3033
"license": "MIT",
3134
"funding": {

packages/player/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
],
2424
"homepage": "https://codehike.org",
2525
"repository": "code-hike/codehike",
26+
"publishConfig": {
27+
"access": "public"
28+
},
2629
"author": "Rodrigo Pombo",
2730
"license": "MIT",
2831
"funding": {

packages/scroller/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
],
2424
"homepage": "https://codehike.org",
2525
"repository": "code-hike/codehike",
26+
"publishConfig": {
27+
"access": "public"
28+
},
2629
"author": "Rodrigo Pombo",
2730
"license": "MIT",
2831
"funding": {

packages/scrollycoding/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
],
3535
"homepage": "https://codehike.org",
3636
"repository": "code-hike/codehike",
37+
"publishConfig": {
38+
"access": "public"
39+
},
3740
"author": "Rodrigo Pombo",
3841
"license": "MIT",
3942
"funding": {

packages/sim-user/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
],
2323
"homepage": "https://codehike.org",
2424
"repository": "code-hike/codehike",
25+
"publishConfig": {
26+
"access": "public"
27+
},
2528
"author": "Rodrigo Pombo",
2629
"license": "MIT",
2730
"funding": {

packages/smooth-code/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
],
2929
"homepage": "https://codehike.org",
3030
"repository": "code-hike/codehike",
31+
"publishConfig": {
32+
"access": "public"
33+
},
3134
"author": "Rodrigo Pombo",
3235
"license": "MIT",
3336
"funding": {

packages/smooth-column/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
],
2424
"homepage": "https://codehike.org",
2525
"repository": "code-hike/codehike",
26+
"publishConfig": {
27+
"access": "public"
28+
},
2629
"author": "Rodrigo Pombo",
2730
"license": "MIT",
2831
"funding": {

packages/smooth-lines/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
],
2424
"homepage": "https://codehike.org",
2525
"repository": "code-hike/codehike",
26+
"publishConfig": {
27+
"access": "public"
28+
},
2629
"author": "Rodrigo Pombo",
2730
"license": "MIT",
2831
"funding": {

0 commit comments

Comments
 (0)