Skip to content

Commit f110671

Browse files
committed
add TypeScript to peerDependencies
1 parent f81089a commit f110671

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package-template/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@
88
"TypeScript"
99
],
1010
"author": "uhyo <[email protected]>",
11-
"license": "Apache-2.0"
11+
"license": "Apache-2.0",
12+
"peerDependencies": {
13+
"typescript": ">=4.1"
14+
}
1215
}

0 commit comments

Comments
 (0)