Skip to content

Commit e67e2a9

Browse files
Fix CI
1 parent a792a75 commit e67e2a9

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

astro-alt-text-toolkit/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "",
55
"main": "dist/index.js",
66
"type": "module",
7+
"private": true,
78
"exports": {
89
".": {
910
"import": {

astro-smooth-actions/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"description": "An Astro integration for smooth action handling",
66
"main": "dist/index.cjs",
77
"module": "dist/index.js",
8+
"private": true,
89
"exports": {
910
".": {
1011
"import": {

0 commit comments

Comments
 (0)