Document minimum supported Node.js version
This commit is contained in:
parent
6b2003d2d8
commit
81cd7390f0
1 changed files with 3 additions and 0 deletions
|
@ -51,5 +51,8 @@
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/mafintosh/tar-stream.git"
|
"url": "git+https://github.com/mafintosh/tar-stream.git"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue