Skip to content

Commit 91fb693

Browse files
build(package): add missing peerDependency typescript
Required by `tslint` and `tsutils`
1 parent 55b2b4e commit 91fb693

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@
5858
"rollup-plugin-commonjs": "^10.1.0",
5959
"rollup-plugin-node-resolve": "^5.2.0",
6060
"rollup-plugin-uglify": "^6.0.4",
61-
"standard-version": "^6"
61+
"standard-version": "^6",
62+
"typescript": "^3.9.3"
6263
},
6364
"peerDependencies": {
6465
"react": "^0.14 || ^15 || ^16"

0 commit comments

Comments
 (0)