Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
feat: ensure python is available on the machine
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Feb 21, 2021
1 parent 7579440 commit 102de70
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@
"youtube"
],
"dependencies": {
"bin-version-check-cli": "~2.0.0",
"execa": "~5.0.0",
"got": "~11.8.1",
"hh-mm-ss": "~1.2.0",
Expand Down Expand Up @@ -227,8 +228,10 @@
"scripts"
],
"scripts": {
"check": "bin-version-check python '>=2'",
"download": "node ./scripts/download.js",
"lint": "standard-markdown README.md && standard",
"postinstall": "node ./scripts/download.js",
"postinstall": "npm run check && npm run download",
"release": "bumped release",
"test": "vows ./test/*.js --spec",
"update": "node ./scripts/download.js"
Expand Down

0 comments on commit 102de70

Please sign in to comment.