Fix build error in aspnet-prerendering caused by TypeScript 2.2.1 breaking change

This commit is contained in:
Steve Sanderson
2017-02-28 09:19:29 +00:00
parent a79bc75671
commit 76ae9aa58f

View File

@@ -21,8 +21,7 @@
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^6.0.42", "@types/node": "^6.0.42",
"@types/whatwg-fetch": "0.0.31",
"rimraf": "^2.5.4", "rimraf": "^2.5.4",
"typescript": "^2.0.0" "typescript": "^2.2.1"
} }
} }