Skip to content

Commit

Permalink
Fix UI build issue because of typescript 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
u220374 committed Jun 30, 2017
1 parent ae90828 commit 800fe47
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"jquery": "^3.2.1",
"rxjs": "^5.1.0",
"tether": "^1.4.0",
"typescript": "^2.2.2",
"zone.js": "^0.8.4",
"chart.js": "^2.6.0",
"font-awesome": "^4.7.0",
Expand All @@ -57,6 +56,6 @@
"protractor": "~5.1.2",
"ts-node": "~3.0.4",
"tslint": "~5.3.2",
"typescript": "~2.3.3"
"typescript": "=2.3.3"
}
}

0 comments on commit 800fe47

Please sign in to comment.