mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
fix: mark static build pkg as private
This commit is contained in:
parent
34bfedc9d8
commit
5cb7e0366b
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@test/static-build-pkg",
|
"name": "@test/static-build-pkg",
|
||||||
|
"private": true,
|
||||||
"main": "./oops.cjs",
|
"main": "./oops.cjs",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"exports": {
|
"exports": {
|
||||||
|
|
Loading…
Reference in a new issue