Skip to content

Commit

Permalink
Explicitly require node 6, so hopefully get a warning on install if t…
Browse files Browse the repository at this point in the history
…here is an older version of node.
  • Loading branch information
shadowspawn committed Oct 27, 2019
1 parent e9929fb commit 3fd7913
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -35,5 +35,8 @@
"ts-node": "^8.4.1",
"typescript": "^3.6.3"
},
"typings": "typings/index.d.ts"
"typings": "typings/index.d.ts",
"engines": {
"node": ">= 6"
}
}

0 comments on commit 3fd7913

Please sign in to comment.