fix(npm): update scripts and readme for npm packages.

Replaces AtScript with Typescript.

Closes #2377
This commit is contained in:
Rado Kirov
2015-06-08 18:35:45 -07:00
parent f34f8df319
commit 8923103c3b
3 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@ This package contains different sources for different users:
es5 using any transpiler. This contains:
* `dev/`: a development version that includes runtime type assertions
* `prod/`: a production version that does not include runtime type assertions
3. The files under `/atscript` are the AtScript source files
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/).