Switch to pnpm
[benchmarks-js.git] / package.json
index 9b74187ad234a5890a4396bf2b6681747410705d..3bcc100c0c2394a5cdd6157320c3bd4332240bb7 100644 (file)
@@ -10,6 +10,7 @@
     "url": "git://github.com/jerome-benoit/benchmarks-js.git"
   },
   "scripts": {
+    "preinstall": "npx only-allow pnpm",
     "prepare": "node prepare.js",
     "benchmark:busy-wait": "node busy-wait.js",
     "benchmark:empty-array": "node empty-array.js",
@@ -47,7 +48,7 @@
     "eslint-plugin-promise": "^6.1.1",
     "husky": "^8.0.3",
     "lint-staged": "^13.2.0",
-    "prettier": "^2.8.5",
+    "prettier": "^2.8.6",
     "standard": "^17.0.0",
     "typescript": "^5.0.2"
   }