Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Set minimal node version to 8 #847

Merged
merged 2 commits into from
Sep 28, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ This module uses node.js, and can be installed through npm:
npm install --save ipfs-api
```

**Note:** ipfs-api requires Node.js v6 (LTS) or higher.
We support both the Current and Active LTS versions of Node.js. Please see [nodejs.org](https://nodejs.org/) for what these currently are.

### Running the daemon with the right port

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"tar-stream": "^1.6.1"
},
"engines": {
"node": ">=6.0.0",
"node": ">=7.7.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actually, make it 8. Always strive to follow the LTS schedule.

"npm": ">=3.0.0"
},
"repository": {
Expand Down