mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
fix: add private to component to prevent accidental publish (#4668)
Co-authored-by: Nate Moore <nate@astro.build>
This commit is contained in:
parent
d6adb67ae4
commit
4b73d34744
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"name": "@example/component",
|
||||
"private": true,
|
||||
"version": "0.0.1",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
|
|
Loading…
Reference in a new issue