Skip to content

Commit

Permalink
Fix engines npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
kemitchell committed Sep 3, 2024
1 parent 08ae712 commit d1af104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"license": "Apache-2.0",
"repository": "jslicense/licensee.js",
"scripts": {
"engines": "ls-engines --check",
"engines": "ls-engines --current",
"licenses": "./licensee --errors-only",
"lint": "standard index.js licensee tests/**/*.js",
"pretest": "npm run lint",
Expand Down

0 comments on commit d1af104

Please sign in to comment.