Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 5936291

Browse files
committed
fix: installs
1 parent 5bfde20 commit 5936291

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

packages/styled/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,8 @@
3636
},
3737
"peerDependencies": {
3838
"vue": "^3.2.31"
39+
},
40+
"publishConfig": {
41+
"access": "public"
3942
}
4043
}

packages/test-utils/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,8 @@
2828
"@testing-library/vue": "^6.4.2",
2929
"jest-axe": "^5.0.1",
3030
"vue": "^3.2.37"
31+
},
32+
"publishConfig": {
33+
"access": "public"
3134
}
3235
}

0 commit comments

Comments
 (0)