Skip to content

Commit 867e2b9

Browse files
committed
fix: list typescript as peerDependencies
1 parent 60151a6 commit 867e2b9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@
7878
},
7979
"peerDependencies": {
8080
"rollup": "^2.0.0",
81-
"rollup-plugin-dts": "^3.0.0 || ^4.0.0"
81+
"rollup-plugin-dts": "^3.0.0 || ^4.0.0",
82+
"typescript": "^3.0.0 || ^4.0.0"
8283
},
8384
"peerDependenciesMeta": {
8485
"rollup-plugin-dts": {

yarn.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2207,6 +2207,7 @@ __metadata:
22072207
peerDependencies:
22082208
rollup: ^2.0.0
22092209
rollup-plugin-dts: ^3.0.0 || ^4.0.0
2210+
typescript: ^3.0.0 || ^4.0.0
22102211
peerDependenciesMeta:
22112212
rollup-plugin-dts:
22122213
optional: true

0 commit comments

Comments
 (0)