Skip to content

Commit 612b853

Browse files
committed
now support 8.11.1
1 parent 58a9223 commit 612b853

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ npm install -g node-help
3838

3939
### Level of Support
4040

41-
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').
41+
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').
4242

4343
### Usage
4444

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Offline documentation for the Node Repl",
55
"main": "./bin/node-help",
66
"bin": {
7-
"node-help": "./bin/node-help"
7+
"node-help": "./bin/node-help"
88
},
99
"dependencies": {
1010
"chalk": "^2.3.2",
@@ -36,15 +36,15 @@
3636
"url": "https://github.com/foundling/node-help/issues"
3737
},
3838
"engines": {
39-
"node": ">=8.11.1"
39+
"node": ">=8.11.1"
4040
},
4141
"keywords": [
4242
"node.js",
4343
"documentation",
4444
"repl"
4545
],
4646
"author": {
47-
"name": "Alex Ramsdell"
47+
"name": "Alex Ramsdell"
4848
},
4949
"license": "MIT"
5050
}

0 commit comments

Comments
 (0)