Skip to content

Commit

Permalink
Merge pull request #129 from john-michaelburke/john-michaelburke/edit…
Browse files Browse the repository at this point in the history
…-postscript

feat: preinstall check for python or python3 version >=3.7
  • Loading branch information
Kikobeats authored Nov 17, 2022
2 parents d5f9a72 + 913843c commit fc2e882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"lint": "standard-markdown README.md && standard",
"postinstall": "node scripts/postinstall.js",
"postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)",
"preinstall": "npx bin-version-check-cli python3 \"> =3.7\"",
"preinstall": "npx bin-version-check-cli python3 \"> =3.7\" || npx bin-version-check-cli python \"> =3.7\"",
"prerelease": "npm run update:check && npm run contributors",
"pretest": "npm run lint",
"release": "standard-version -a",
Expand Down

0 comments on commit fc2e882

Please sign in to comment.