Skip to content

Commit 83cef82

Browse files
authored
fix: typo in peerDependencies in package.json (#658)
This bug has been around for 10 years. So peer dependencies never worked.
1 parent 4824da6 commit 83cef82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"semver": "^7.5.4",
7272
"typescript": "^5.8.3"
7373
},
74-
"peerDepencencies": {
74+
"peerDependencies": {
7575
"eslint": ">=8.38.0"
7676
},
7777
"repository": {

0 commit comments

Comments
 (0)