Indicate Node 6 or greater required

This commit is contained in:
Will Scullin 2019-09-07 11:18:42 -07:00
parent 0564542872
commit c98306ff39
No known key found for this signature in database
GPG Key ID: 9092A5C0A673416B

View File

@ -10,6 +10,9 @@
"start": "webpack-dev-server",
"test": "jest"
},
"engines": {
"node": ">= 6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/whscullin/apple2js.git"