* Add pnpm patched dependencies to package.json.

This commit is contained in:
Derrick Hammer 2023-04-09 00:16:41 -04:00
parent 473f678a45
commit b8665d224a
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 6 additions and 1 deletions

View File

@ -12,5 +12,10 @@
"@types/b4a": "^1.6.0",
"prettier": "^2.8.7",
"typescript": "^5.0.4"
}
},
"pnpm": {
"patchedDependencies": {
"b4a@1.6.3": "patches/b4a@1.6.3.patch"
}
}
}