Skip to content

Commit ba975e9

Browse files
authored
fix: optional typescript peer dependency (#127)
1 parent 595a6bc commit ba975e9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,5 +145,13 @@
145145
"uuid": "^9.0.0",
146146
"which": "^4.0.0",
147147
"yargs": "^17.7.2"
148+
},
149+
"peerDependencies": {
150+
"typescript": ">=5.0.0"
151+
},
152+
"peerDependenciesMeta": {
153+
"typescript": {
154+
"optional": true
155+
}
148156
}
149157
}

0 commit comments

Comments
 (0)