Skip to content

Commit 2a7153a

Browse files
committed
fix(deps): switch ppef from local link to npm registry
Replace `"ppef": "link:../ppef"` with `"ppef": "1.2.0"` so the dependency resolves in CI where the sibling directory does not exist.
1 parent b976417 commit 2a7153a

2 files changed

Lines changed: 21 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,6 @@
115115
},
116116
"dependencies": {
117117
"fflate": "^0.8.2",
118-
"ppef": "link:../ppef"
118+
"ppef": "1.2.0"
119119
}
120120
}

pnpm-lock.yaml

Lines changed: 20 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)