diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-09-20 08:54:29 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-09-20 08:56:11 -0500 |
commit | 9c2a87616026e36542ee6cb18584cc747ef3099d (patch) | |
tree | 99c998be4726edbac50f9c6845a77438d14186ac /package.json | |
parent | Bump tsup from 8.2.4 to 8.3.0 in the nodejs-dependencies group (diff) | |
download | locusts-9c2a87616026e36542ee6cb18584cc747ef3099d.tar locusts-9c2a87616026e36542ee6cb18584cc747ef3099d.tar.gz locusts-9c2a87616026e36542ee6cb18584cc747ef3099d.tar.bz2 locusts-9c2a87616026e36542ee6cb18584cc747ef3099d.tar.lz locusts-9c2a87616026e36542ee6cb18584cc747ef3099d.tar.xz locusts-9c2a87616026e36542ee6cb18584cc747ef3099d.tar.zst locusts-9c2a87616026e36542ee6cb18584cc747ef3099d.zip |
Move node packages to src/
At least pretend to make it clean
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '')
-rw-r--r-- | package.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json index 761e996..58bb84f 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,6 @@ "engines": { "node": ">=18" }, - "packageManager": "pnpm@8.15.6", "private": true, "scripts": { "build": "turbo build", |