0
Fork 0
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:
Nate Moore 2022-09-07 17:23:47 -05:00 committed by GitHub
parent d6adb67ae4
commit 4b73d34744
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,6 @@
{
"name": "@example/component",
"private": true,
"version": "0.0.1",
"type": "module",
"exports": {