Skip to content

Commit

Permalink
Added 'engines' in package.json as required by 'np' package for publi…
Browse files Browse the repository at this point in the history
…shing the new version
  • Loading branch information
priyank committed Nov 22, 2023
1 parent d1b27bf commit 05c586b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "copy-files-from-to",
"version": "3.9.0",
"description": "Copy files from one path to another, based on the instructions provided in a configuration file.",
"engines": {
"node": ">=18"
},
"main": "index.js",
"bin": {
"copy-files-from-to": "./index.js"
Expand Down

0 comments on commit 05c586b

Please sign in to comment.