Skip to content

Commit fc8d113

Browse files
committed
enforce node.js version
1 parent 1c64205 commit fc8d113

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"bin": {
77
"elixirscript": "./elixirscript"
88
},
9+
"engines": {
10+
"node": ">=7.1"
11+
},
912
"scripts": {
1013
"lint": "eslint src/javascript/lib/**/*.js src/javascript/tests/**/*.js",
1114
"lint:fix": "eslint src/javascript/lib/**/*.js src/javascript/tests/**/*.js --fix",

0 commit comments

Comments
 (0)