eslint-plugin-jsdoc 46.10.0 → 46.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"typescript": "5.3.3"
|
|
69
69
|
},
|
|
70
70
|
"engines": {
|
|
71
|
-
"node": ">=
|
|
71
|
+
"node": ">=16"
|
|
72
72
|
},
|
|
73
73
|
"keywords": [
|
|
74
74
|
"eslint",
|
|
@@ -141,5 +141,5 @@
|
|
|
141
141
|
"test-cov": "cross-env TIMING=1 nyc --reporter text npm run test-no-cov",
|
|
142
142
|
"test-index": "npm run test-no-cov -- test/rules/index.js"
|
|
143
143
|
},
|
|
144
|
-
"version": "46.10.
|
|
144
|
+
"version": "46.10.1"
|
|
145
145
|
}
|