Skip to content

Commit

Permalink
Add requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
pilotpirxie committed Aug 11, 2023
1 parent 345bd24 commit 1572242
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ or use `--exclude-file` option to exclude dependencies from file:
npx dependency-time-machine --update --install --exclude-file exclude.txt
```

## Requirements
- Node.js >= 14

## Options
```shell
Usage: dependency-time-machine [options]
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"bin/**/*"
],
"engines": {
"node": ">=14.14.0",
"npm": ">=6"
"node": ">=14"
}
}

0 comments on commit 1572242

Please sign in to comment.