Skip to content

Commit

Permalink
fix(build): Downgrade to TS v2.4 to properly generate decorators
Browse files Browse the repository at this point in the history
Should remain fixed until this resolves angular/angular#20175

Fixes #69
  • Loading branch information
gund committed Nov 6, 2017
1 parent 0590fa9 commit ed26415
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"tslib": "^1.8.0",
"tslint": "^5.8.0",
"tslint-loader": "^3.4.3",
"typescript": "^2.5.3",
"typescript": "~2.4.0",
"uglify-js": "^3.0.15",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.3",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5727,9 +5727,9 @@ typedarray@^0.0.6:
version "0.0.6"
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"

typescript@^2.5.3:
version "2.5.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.5.3.tgz#df3dcdc38f3beb800d4bc322646b04a3f6ca7f0d"
typescript@~2.4.0:
version "2.4.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.4.2.tgz#f8395f85d459276067c988aa41837a8f82870844"

uglify-js@^2.6:
version "2.8.22"
Expand Down

0 comments on commit ed26415

Please sign in to comment.