We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 329eda1 commit 71e3358Copy full SHA for 71e3358
1 file changed
package.json
@@ -3,7 +3,7 @@
3
"version": "1.5.4",
4
"license": "MIT",
5
"engines": {
6
- "node": ">=14"
+ "node": ">=14.21"
7
},
8
"author": "Benoit d'Oncieu <bdoncieu@gmail.com>",
9
"description": "Allow you to commit with more than one person, e.g. Pair programming or Mob programming.",
@@ -27,6 +27,7 @@
27
"git-pair": "./bin/gitpair.js"
28
29
"scripts": {
30
+ "prepublishOnly": "npm build",
31
"lint": "eslint .",
32
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
33
"prepare": "husky install"
0 commit comments