Skip to content

Commit d1af104

Browse files
committed
Fix engines npm script
1 parent 08ae712 commit d1af104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"license": "Apache-2.0",
4040
"repository": "jslicense/licensee.js",
4141
"scripts": {
42-
"engines": "ls-engines --check",
42+
"engines": "ls-engines --current",
4343
"licenses": "./licensee --errors-only",
4444
"lint": "standard index.js licensee tests/**/*.js",
4545
"pretest": "npm run lint",

0 commit comments

Comments
 (0)