Skip to content

Commit 09f6dc9

Browse files
committed
fix scripts, type version
1 parent 3956c40 commit 09f6dc9

File tree

2 files changed

+215
-227
lines changed

2 files changed

+215
-227
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
"url": "git://github.com/idleberg/gulp-xml-validator.git"
1212
},
1313
"keywords": [
14+
"gulp",
1415
"gulpplugin",
16+
"gulp-plugin",
1517
"linter",
1618
"validator",
1719
"xml",
@@ -33,7 +35,7 @@
3335
"plugin-error": "^2.0.1"
3436
},
3537
"devDependencies": {
36-
"@types/node": "^20.3.3",
38+
"@types/node": "^18.18.8",
3739
"@types/vinyl": "^2.0.9",
3840
"@typescript-eslint/eslint-plugin": "^6.9.1",
3941
"@typescript-eslint/parser": "^6.9.1",
@@ -59,6 +61,6 @@
5961
"test": "uvu tests"
6062
},
6163
"lint-staged": {
62-
"*.(js|json)": "eslint --cache --fix"
64+
"*.(ts|json)": "eslint --cache --fix"
6365
}
6466
}

0 commit comments

Comments
 (0)