Skip to content

Commit c32791a

Browse files
committed
fix: revert are-docs-informative while still using CJS; fixes #1400
1 parent f85ffc6 commit c32791a

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

.ncurc.cjs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
module.exports = {
44
reject: [
5-
// Todo: When our package converted to ESM only
5+
// Todo: When our package is converted to ESM only
66
'escape-string-regexp',
7+
8+
// Todo: When our package is converted to ESM only
9+
'are-docs-informative',
710
],
811
};

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.1",
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)