Skip to content

Commit 0c8049d

Browse files
committed
feat(package): optional @types/express peer dependency
1 parent d762398 commit 0c8049d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

+5
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@
9393
"peerDependencies": {
9494
"@types/express": "^4.17.13"
9595
},
96+
"peerDependenciesMeta": {
97+
"@types/express": {
98+
"optional": true
99+
}
100+
},
96101
"engines": {
97102
"node": ">=12.0.0"
98103
},

0 commit comments

Comments
 (0)