Skip to content

Commit 99cb131

Browse files
authored
fix: revert are-docs-informative upgrade; fixes #1393 (#1394)
1 parent 0adbf43 commit 99cb131

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

.ncurc.cjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ module.exports = {
55
// Todo: When our package converted to ESM only
66
'escape-string-regexp',
77

8+
// todo[engine:node@>=20]: Can reenable
9+
'are-docs-informative',
810
// todo[engine:node@>=20]: Can reenable
911
'glob',
1012
// todo[engine:node@>=20]: Can reenable

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"dependencies": {
88
"@es-joy/jsdoccomment": "~0.50.2",
9-
"are-docs-informative": "^0.1.0",
9+
"are-docs-informative": "^0.0.2",
1010
"comment-parser": "1.4.1",
1111
"debug": "^4.4.1",
1212
"escape-string-regexp": "^4.0.0",

pnpm-lock.yaml

Lines changed: 2 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)