Skip to content

Commit

Permalink
update typescript option to install latest stable
Browse files Browse the repository at this point in the history
The code emit changes between these major versions all expand TypeScript's support for transpiling ES2015 syntax. A few involve better SystemJS support and I think this upgrade will be beneficial overall. That said, I primarily use TypeScript via plugin-typescript.

This would resolve #2145
  • Loading branch information
aluanhaddad authored Nov 7, 2016
1 parent 84c59b3 commit 072b248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ var tPackages = {
'core-js': 'npm:core-js@^1.1.4',
'traceur': 'github:jmcriffey/bower-traceur@0.0.93',
'traceur-runtime': 'github:jmcriffey/bower-traceur-runtime@0.0.93',
'typescript': 'npm:typescript@^1.6.2'
'typescript': 'npm:typescript@^2.0.7'
};

exports.run = function(moduleName) {
Expand Down

0 comments on commit 072b248

Please sign in to comment.