Skip to content

Commit

Permalink
chore: fix internal package
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Moore committed Mar 15, 2022
1 parent 070b7b5 commit d80eb01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/fixtures/static build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:*"
}
}
2 changes: 1 addition & 1 deletion test/fixtures/static build/pkg/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@test/static-build-pkg",
"main": "./oops.cjs",
"version": "0.0.3",
"version": "0.0.0",
"exports": {
".": {
"import": "./pkg.mjs",
Expand Down

0 comments on commit d80eb01

Please sign in to comment.