Skip to content

Commit ae92454

Browse files
committed
chore: typescript is not a required peer dependency
1 parent 5d4309c commit ae92454

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"peerDependencies": {
4242
"@typescript-eslint/eslint-plugin": "^2.7.0",
4343
"@typescript-eslint/parser": "^2.7.0",
44-
"eslint": "^6.6.0",
45-
"typescript": "*"
44+
"eslint": "^6.6.0"
4645
}
4746
}

0 commit comments

Comments
 (0)