aspnet-prerendering now needs newer TypeScript to build, because on of its dependencies (whatwg-streams) does
This commit is contained in:
parent
0234b44355
commit
17801a3c16
|
|
@ -22,6 +22,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"rimraf": "^2.5.4",
|
||||
"typescript": "^1.8.10"
|
||||
"typescript": "^2.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue