chore(build): replace traceur-runtime with es6-shim.

This removes traceur as a dependency for the t push -f
angular2 build.

Closes #4148
This commit is contained in:
Rado Kirov
2015-09-11 16:00:26 -07:00
committed by Rado Kirov
parent 309944931f
commit cac25fe003
20 changed files with 91 additions and 230 deletions

View File

@ -1,6 +1,6 @@
// Index to be used if Http is ever configured as a standalone npm package.
// require('reflect-metadata');
// require('traceur-runtime');
// require('es6-shim');
// import {HTTP_BINDINGS, JSONP_BINDINGS, Http, Jsonp} from './http';
// import {Injector} from 'angular2/angular2';
// export * from './http';