Merge pull request #1343 from mattmontgomery/patch-2

Changes node requirement notation
This commit is contained in:
Wyatt Johnson
2018-02-03 13:10:22 -07:00
committed by GitHub
+1 -1
View File
@@ -218,7 +218,7 @@
"yaml-lint": "^1.0.0"
},
"engines": {
"node": "^8"
"node": ">=8"
},
"pre-commit": {
"silent": false,