diff --git a/README.md b/README.md index c6d1009..6fa641b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package-lock.json b/package-lock.json index c29f6d0..edab892 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "node-help", - "version": "2.0.0", + "version": "2.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2ab93a7..88d92a2 100644 --- a/package.json +++ b/package.json @@ -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", @@ -36,7 +36,7 @@ "url": "https://github.com/foundling/node-help/issues" }, "engines": { - "node": ">=8.11.1" + "node": ">=8.11.1" }, "keywords": [ "node.js", @@ -44,7 +44,7 @@ "repl" ], "author": { - "name": "Alex Ramsdell" + "name": "Alex Ramsdell" }, "license": "MIT" }