Skip to content

Commit

Permalink
fix: add engines field for utils.parseArgs (#10)
Browse files Browse the repository at this point in the history
* fix: add `engines` field for utils.parseArgs

* Update README
  • Loading branch information
azu authored Jan 22, 2023
1 parent 695ca43 commit 9b21f92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ It means that You need to install `typescript` as devDependencies in your projec

- PeerDependency:
- `typescript`: `*` (any version)
- Node.js 16+
- Node.js v16.17.0+

## Usage

Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
"lib": "lib",
"test": "test"
},
"engines": {
"node": ">=18.3.0 || >=16.17.0"
},
"files": [
"bin/",
"lib/",
Expand Down

0 comments on commit 9b21f92

Please sign in to comment.