Skip to content

Commit ad2bfdf

Browse files
committed
Lodash needs to be downgraded to be compatible with ts2.0.
1 parent f87541c commit ad2bfdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"typescript": "~2.1.0",
5858
"zone.js": "^0.6.25",
5959
"rimraf": "^2.5.4",
60-
"@types/lodash": "^4.14.37",
60+
"@types/lodash": "ts2.0",
6161
"@types/jasmine": "^2.5.35"
6262
},
6363
"dependencies": {

0 commit comments

Comments
 (0)