Skip to content

Commit

Permalink
now support 8.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
foundling committed Apr 25, 2018
1 parent 58a9223 commit 612b853
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ npm install -g node-help

### Level of Support

At present documentation is only available for Node.js 9.11.1. Native JavaScript documentation is coming soon, but there is rudimentary introspection for Native JavaScript objects (See the 'additional information' section of the output for any given search query').
At present documentation is only available for Node.js 8.11.1 LTS and the latest stable release, 9.11.1. Native JavaScript documentation is coming soon, but there is rudimentary introspection for Native JavaScript objects (See the 'additional information' section of the output for any given search query').

### Usage

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Offline documentation for the Node Repl",
"main": "./bin/node-help",
"bin": {
"node-help": "./bin/node-help"
"node-help": "./bin/node-help"
},
"dependencies": {
"chalk": "^2.3.2",
Expand Down Expand Up @@ -36,15 +36,15 @@
"url": "https://github.com/foundling/node-help/issues"
},
"engines": {
"node": ">=8.11.1"
"node": ">=8.11.1"
},
"keywords": [
"node.js",
"documentation",
"repl"
],
"author": {
"name": "Alex Ramsdell"
"name": "Alex Ramsdell"
},
"license": "MIT"
}

0 comments on commit 612b853

Please # to comment.