Document minimum supported Node.js version

This commit is contained in:
Linus Unnebäck 2020-04-25 10:18:49 +01:00 committed by Mathias Buus
parent 6b2003d2d8
commit 81cd7390f0

View file

@ -51,5 +51,8 @@
"repository": {
"type": "git",
"url": "git+https://github.com/mafintosh/tar-stream.git"
},
"engines": {
"node": ">=6"
}
}