chore(build): remove es5build.js

Fixes #5030

Closes #5144
This commit is contained in:
Pawel Kozlowski
2015-11-05 17:39:38 +01:00
parent a0a627f2f9
commit c6ad269f43
6 changed files with 2 additions and 1217 deletions

View File

@ -12,7 +12,4 @@ This package contains different sources for different users:
* `prod/`: a production version that does not include runtime type assertions
3. The files under `/ts` are the TypeScript source files.
As a convenience, we provide you with `/es6/{dev|prod}/es5build.js`, a script to transpile the es6 sources into es5
using [Google Traceur](https://github.com/google/traceur-compiler/).
License: Apache MIT 2.0