Merge pull request #646 from outline/tommoor-patch-1

Restrict engines to < node 10
This commit is contained in:
Tom Moor
2018-05-08 23:34:50 -07:00
committed by GitHub

View File

@@ -54,7 +54,7 @@
]
},
"engines": {
"node": ">= 8.0"
"node": ">=8.0 <10.0"
},
"repository": {
"type": "git",