mirror of
https://github.com/wassname/talk.git
synced 2026-07-27 11:28:12 +08:00
Changes node requirement notation
This changes the notation for the `node` requirement. Solves #1342
This commit is contained in:
+1
-1
@@ -218,7 +218,7 @@
|
||||
"yaml-lint": "^1.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^8"
|
||||
"node": ">=8"
|
||||
},
|
||||
"pre-commit": {
|
||||
"silent": false,
|
||||
|
||||
Reference in New Issue
Block a user