Skip to content

Commit

Permalink
fix(deps): add peerDependenciesMeta optional
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Oct 29, 2022
1 parent 8697edd commit ecc4111
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,13 @@
"peerDependencies": {
"@textlint/types": "^12.1.0",
"@textlint/ast-node-types": "^12.1.0"
},
"peerDependenciesMeta": {
"@textlint/types": {
"optional": true
},
"@textlint/ast-node-types": {
"optional": true
}
}
}

0 comments on commit ecc4111

Please sign in to comment.