eslint-plugin-jsdoc 50.7.0 → 50.7.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
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
},
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@es-joy/jsdoccomment": "~0.50.2",
|
|
9
|
-
"are-docs-informative": "^0.
|
|
9
|
+
"are-docs-informative": "^0.0.2",
|
|
10
10
|
"comment-parser": "1.4.1",
|
|
11
11
|
"debug": "^4.4.1",
|
|
12
12
|
"escape-string-regexp": "^4.0.0",
|
|
@@ -160,5 +160,5 @@
|
|
|
160
160
|
"test-cov": "cross-env TIMING=1 c8 --reporter text npm run test-no-cov",
|
|
161
161
|
"test-index": "npm run test-no-cov -- test/rules/index.js"
|
|
162
162
|
},
|
|
163
|
-
"version": "50.7.
|
|
163
|
+
"version": "50.7.1"
|
|
164
164
|
}
|