X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=package.json;h=a3606b70ab52d0c2128e334a0127175298c14a8b;hb=b08bc5bd35d859ad756175270e6e48bcc4929a9c;hp=fef799636a76ae43b79a7dc5c9aeac1d3023d06c;hpb=c7a2db45de2def70d876a8748c9e4cd727de6233;p=benchmarks-js.git diff --git a/package.json b/package.json index fef7996..a3606b7 100644 --- a/package.json +++ b/package.json @@ -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.6", + "prettier": "^2.8.7", "standard": "^17.0.0", "typescript": "^5.0.2" }