Skip to content

Commit

Permalink
fix: list typescript as peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EqualMa committed Nov 2, 2021
1 parent 60151a6 commit 867e2b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@
},
"peerDependencies": {
"rollup": "^2.0.0",
"rollup-plugin-dts": "^3.0.0 || ^4.0.0"
"rollup-plugin-dts": "^3.0.0 || ^4.0.0",
"typescript": "^3.0.0 || ^4.0.0"
},
"peerDependenciesMeta": {
"rollup-plugin-dts": {
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2207,6 +2207,7 @@ __metadata:
peerDependencies:
rollup: ^2.0.0
rollup-plugin-dts: ^3.0.0 || ^4.0.0
typescript: ^3.0.0 || ^4.0.0
peerDependenciesMeta:
rollup-plugin-dts:
optional: true
Expand Down

0 comments on commit 867e2b9

Please sign in to comment.