Skip to content

Commit

Permalink
Fix Windows compatibility for use with npx
Browse files Browse the repository at this point in the history
Fixes #35
  • Loading branch information
sindresorhus committed Aug 25, 2023
1 parent 68c4194 commit 537e5b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -12,8 +12,8 @@
},
"type": "module",
"bin": {
"del": "./cli.js",
"del-cli": "./cli.js"
"del-cli": "./cli.js",
"del": "./cli.js"
},
"engines": {
"node": ">=14.16"
Expand Down

0 comments on commit 537e5b3

Please sign in to comment.