aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Kishan B <kishancs46@gmail.com>2022-05-10 14:02:52 +0530
committerLibravatar GitHub <noreply@github.com>2022-05-10 08:32:52 +0000
commitec9605b7c41b916c4d9c44f57d65dcedf3767a08 (patch)
treeafd1448d314e4645058be440e854b2b5e18577b0 /package.json
parentTelegram: Improve view width on 'K' version (#15) (diff)
downloadferdium-recipes-ec9605b7c41b916c4d9c44f57d65dcedf3767a08.tar.gz
ferdium-recipes-ec9605b7c41b916c4d9c44f57d65dcedf3767a08.tar.zst
ferdium-recipes-ec9605b7c41b916c4d9c44f57d65dcedf3767a08.zip
upgrade node js to latest LTS version and pnpm from 6.x to 7.x (#17)
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 24602c7..d9d04b9 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
5 "doc": "docs" 5 "doc": "docs"
6 }, 6 },
7 "engines": { 7 "engines": {
8 "pnpm": "6.32.11" 8 "pnpm": "7.0.1"
9 }, 9 },
10 "scripts": { 10 "scripts": {
11 "preinstall": "npx only-allow pnpm", 11 "preinstall": "npx only-allow pnpm",