Changes node requirement notation

This changes the notation for the `node` requirement. Solves #1342
This commit is contained in:
Matt Montgomery
2018-02-02 17:04:01 -07:00
committed by GitHub
parent 1dfce22b89
commit 6b5a690c4f
+1 -1
View File
@@ -218,7 +218,7 @@
"yaml-lint": "^1.0.0"
},
"engines": {
"node": "^8"
"node": ">=8"
},
"pre-commit": {
"silent": false,