aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-09-20 08:58:53 -0500
committerMatt Strapp <matt@mattstrapp.net>2024-09-20 08:59:26 -0500
commit88474ea417f89962752606f0e8aefa7d8ec03a52 (patch)
tree228d06da4f06aee0476eae39a347f61a0a704c40 /package.json
parentMove node packages to src/ (diff)
downloadlocusts-88474ea417f89962752606f0e8aefa7d8ec03a52.tar
locusts-88474ea417f89962752606f0e8aefa7d8ec03a52.tar.gz
locusts-88474ea417f89962752606f0e8aefa7d8ec03a52.tar.bz2
locusts-88474ea417f89962752606f0e8aefa7d8ec03a52.tar.lz
locusts-88474ea417f89962752606f0e8aefa7d8ec03a52.tar.xz
locusts-88474ea417f89962752606f0e8aefa7d8ec03a52.tar.zst
locusts-88474ea417f89962752606f0e8aefa7d8ec03a52.zip
Make turbo happy
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 58bb84f..a5b5e4f 100644
--- a/package.json
+++ b/package.json
@@ -10,6 +10,7 @@
"engines": {
"node": ">=18"
},
+ "packageManager": "pnpm@9.11.0",
"private": true,
"scripts": {
"build": "turbo build",