build: add micro-packed fork that uses cjs

This commit is contained in:
Derrick Hammer 2023-04-19 06:01:25 -04:00
parent 2e3fe286f9
commit 1bd466cc20
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 5 additions and 0 deletions

View File

@ -62,5 +62,10 @@
"prettier": "^2.8.7",
"supports-color": "github:LumeWeb/supports-color",
"typescript": "^4.9.5"
},
"pnpm": {
"overrides": {
"micro-packed": "git+https://github.com/LumeWeb/micro-packed.git"
}
}
}