Skip to content

Commit ecc4111

Browse files
committed
fix(deps): add peerDependenciesMeta optional
1 parent 8697edd commit ecc4111

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,13 @@
4545
"peerDependencies": {
4646
"@textlint/types": "^12.1.0",
4747
"@textlint/ast-node-types": "^12.1.0"
48+
},
49+
"peerDependenciesMeta": {
50+
"@textlint/types": {
51+
"optional": true
52+
},
53+
"@textlint/ast-node-types": {
54+
"optional": true
55+
}
4856
}
4957
}

0 commit comments

Comments
 (0)