aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Nathanaƫl Houn <contact@nathanaelhoun.fr>2022-04-22 10:12:26 +0200
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-04-22 03:21:00 -0500
commitde56bd818efde8b68f3ffc4fb23736fa6e9771de (patch)
tree0b2e6505e81bd94fe8cc752a53f56488e936082f
parentUse short form of command (diff)
downloadferdium-recipes-de56bd818efde8b68f3ffc4fb23736fa6e9771de.tar.gz
ferdium-recipes-de56bd818efde8b68f3ffc4fb23736fa6e9771de.tar.zst
ferdium-recipes-de56bd818efde8b68f3ffc4fb23736fa6e9771de.zip
build: add pnpm version to package.json#engines
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index 1eed0df..1ccbb5b 100644
--- a/package.json
+++ b/package.json
@@ -4,6 +4,9 @@
4 "directories": { 4 "directories": {
5 "doc": "docs" 5 "doc": "docs"
6 }, 6 },
7 "engines": {
8 "pnpm": "6.32.8"
9 },
7 "scripts": { 10 "scripts": {
8 "preinstall": "npx only-allow pnpm", 11 "preinstall": "npx only-allow pnpm",
9 "prepare": "pnpm dlx husky install", 12 "prepare": "pnpm dlx husky install",