Skip to content

Commit 76ae9aa

Browse files
Fix build error in aspnet-prerendering caused by TypeScript 2.2.1 breaking change
1 parent a79bc75 commit 76ae9aa

File tree

1 file changed

+1
-2
lines changed
  • src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering

1 file changed

+1
-2
lines changed

src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
},
2222
"devDependencies": {
2323
"@types/node": "^6.0.42",
24-
"@types/whatwg-fetch": "0.0.31",
2524
"rimraf": "^2.5.4",
26-
"typescript": "^2.0.0"
25+
"typescript": "^2.2.1"
2726
}
2827
}

0 commit comments

Comments
 (0)