Skip to content

Commit 3998c9c

Browse files
author
Matt Lewis
committed
fix: add explicit peer dependency on typescript 2.3.x
Closes #221
1 parent cfc3064 commit 3998c9c

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
@@ -128,7 +128,8 @@
128128
"@angular/animations": "^4.0.0",
129129
"@angular/common": "^4.0.0",
130130
"@angular/core": "^4.0.0",
131-
"@angular/platform-browser": "^4.0.0"
131+
"@angular/platform-browser": "^4.0.0",
132+
"typescript": "^2.3.0"
132133
},
133134
"files": [
134135
"dist",

0 commit comments

Comments
 (0)