Skip to content

Commit

Permalink
Add minimum node version to package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
ptx2 committed Aug 8, 2020
1 parent fa6d9f4 commit 11a0b04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "gymnasticon",
"version": "1.0.1",
"description": "Enables the Flywheel Home Bike to work with Zwift and other training apps.",
"engines": {
"node": ">=12.16.1"
},
"bin": {
"gymnasticon": "./lib/app/cli.js"
},
Expand Down

0 comments on commit 11a0b04

Please sign in to comment.