Skip to content

Commit 81d9676

Browse files
domain-task also needs TypeScript 2+ because of whatwg-streams
1 parent 17801a3 commit 81d9676

File tree

1 file changed

+1
-1
lines changed
  • src/Microsoft.AspNetCore.SpaServices/npm/domain-task

1 file changed

+1
-1
lines changed

src/Microsoft.AspNetCore.SpaServices/npm/domain-task/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
},
2323
"devDependencies": {
2424
"rimraf": "^2.5.4",
25-
"typescript": "^1.8.10"
25+
"typescript": "^2.0.0"
2626
}
2727
}

0 commit comments

Comments
 (0)