Skip to content

Commit

Permalink
Chore: add supported engines (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
JPeer264 authored and jprichardson committed May 14, 2018
1 parent 10f3a88 commit 3eceb91
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -2,6 +2,9 @@
"name": "fs-extra",
"version": "6.0.1",
"description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.",
"engines": {
"node": ">=6 <7 || >=8"
},
"homepage": "https://github.com/jprichardson/node-fs-extra",
"repository": {
"type": "git",
Expand Down

0 comments on commit 3eceb91

Please sign in to comment.