aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-02-08 17:36:31 +0000
committerMohamedBassem <me@mbassem.com>2024-02-08 19:34:59 +0000
commitc5bfa5000f178475d0b019b5a960916134b2ecfb (patch)
tree719475f7960793c5b714fbf5de2e8606a6771b83 /package.json
parentbae1bccbd8029db4bacbd8ecc9f668e7119016c8 (diff)
downloadkarakeep-c5bfa5000f178475d0b019b5a960916134b2ecfb.tar.zst
[build] Migrating to yarn 2
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index db808996..1b63088d 100644
--- a/package.json
+++ b/package.json
@@ -22,5 +22,6 @@
"eslint-config-next": "14.1.0",
"prettier": "3.2.5",
"typescript": "^5"
- }
+ },
+ "packageManager": "yarn@4.1.0"
}