chore: fix internal package

This commit is contained in:
Nate Moore 2022-03-15 17:29:37 -05:00
parent 267d20d207
commit 8654e841ff
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
"name": "@test/static-build",
"version": "0.0.0",
"dependencies": {
"@test/static-build-pkg": "link:pkg",
"@test/static-build-pkg": "workspace:*",
"astro": "workspace:*"
}
}

View file

@ -1,7 +1,7 @@
{
"name": "@test/static-build-pkg",
"main": "./oops.cjs",
"version": "0.0.3",
"version": "0.0.0",
"exports": {
".": {
"import": "./pkg.mjs",

View file

@ -913,7 +913,7 @@ importers:
packages/astro/test/fixtures/static build:
specifiers:
'@test/static-build-pkg': link:pkg
'@test/static-build-pkg': workspace:*
astro: workspace:*
dependencies:
'@test/static-build-pkg': link:pkg