Skip to content

Commit 1248860

Browse files
authored
chore: publish to npm (#282)
1 parent a8e8fb6 commit 1248860

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

.changeset/two-bats-allow.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@h6s/calendar": patch
3+
"@h6s/table": patch
4+
---
5+
6+
access to public

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
]
3535
},
3636
"engines": {
37-
"node": ">=14"
37+
"node": ">=20"
3838
},
3939
"devDependencies": {
4040
"@babel/core": "7.16.7",

packages/calendar/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"main": "src/index.ts",
66
"type": "module",
77
"publishConfig": {
8+
"access": "public",
89
"main": "dist/index.cjs",
910
"module": "dist/index.js",
1011
"types": "dist/index.d.cts",

packages/table/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"main": "src/index.ts",
66
"type": "module",
77
"publishConfig": {
8+
"access": "public",
89
"main": "dist/index.cjs",
910
"module": "dist/index.js",
1011
"types": "dist/index.d.cts",

0 commit comments

Comments
 (0)