Skip to content

Commit ba5dd2c

Browse files
make typescript a peer dependency
1 parent 55aa82b commit ba5dd2c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
"jest": "22.0.4",
3333
"mock-fs": "4.4.2",
3434
"ts-jest": "22.0.1",
35-
"tslint": "5.8.0"
35+
"tslint": "5.8.0",
36+
"typescript": "^2.2.2"
3637
},
3738
"dependencies": {
3839
"fs-extra": "^5.0.0",
3940
"globby": "^7.0.0",
40-
"lodash": "^4.17.4",
41-
"typescript": "^2.2.2"
41+
"lodash": "^4.17.4"
4242
},
4343
"jest": {
4444
"transform": {
@@ -50,5 +50,8 @@
5050
"tsx",
5151
"js"
5252
]
53+
},
54+
"peerDependencies": {
55+
"typescript": ">= 2.2.2"
5356
}
5457
}

0 commit comments

Comments
 (0)