docs: update to reflect node versions (#151)

* docs: update readme to reflect node versions

Signed-off-by: Chapman Pendery <cpendery@vt.edu>

* docs: add engines flag to specify supported versions

Signed-off-by: Chapman Pendery <cpendery@vt.edu>

---------

Signed-off-by: Chapman Pendery <cpendery@vt.edu>
This commit is contained in:
Chapman Pendery
2024-01-17 15:43:39 -08:00
committed by GitHub
parent 4c5ef546da
commit 723a97acb2
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
### Requirements
- `node >= 16.x`
- `20.x >= node >= 16.x`
- node-gyp dependencies installed for your platform (see [node-gyp](https://github.com/nodejs/node-gyp) for more details)
### Installation
+3
View File
@@ -3,6 +3,9 @@
"version": "0.0.1-rc.7",
"description": "IDE style command line auto complete",
"type": "module",
"engines": {
"node" : ">=16.6.0 <21.0.0"
},
"bin": {
"inshellisense": "./build/index.js",
"is": "./build/index.js"