Merge pull request #84 from Steveb-p/engine-declaration

Set Node 6.0 as minimum version
This commit is contained in:
Alexander Zeitler 2019-07-26 01:24:25 +02:00 committed by GitHub
commit 2a273a86ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,5 +70,8 @@
"jest": "^24.8.0",
"ts-jest": "^24.0.2",
"typescript": "^3.5.3"
},
"engines": {
"node": ">= 6.0.0"
}
}