Skip to content

Commit

Permalink
chore: publish to npm (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
JaeYeopHan committed Dec 12, 2023
1 parent a8e8fb6 commit 1248860
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/two-bats-allow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@h6s/calendar": patch
"@h6s/table": patch
---

access to public
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
]
},
"engines": {
"node": ">=14"
"node": ">=20"
},
"devDependencies": {
"@babel/core": "7.16.7",
Expand Down
1 change: 1 addition & 0 deletions packages/calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "src/index.ts",
"type": "module",
"publishConfig": {
"access": "public",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.cts",
Expand Down
1 change: 1 addition & 0 deletions packages/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "src/index.ts",
"type": "module",
"publishConfig": {
"access": "public",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.cts",
Expand Down

0 comments on commit 1248860

Please sign in to comment.