File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ The sources for this package are in the main [Angular2](https://github.com/angul
55
66This package contains different sources for different users:
77
8- 1 . The files located in the root folder can be consumed using CommonJS
8+ 1 . The files located in the root folder can be consumed using CommonJS.
992 . The files under ` /es6 ` are es6 compatible files that can be transpiled to
1010 es5 using any transpiler. This contains:
1111 * ` dev/ ` : a development version that includes runtime type assertions
1212 * ` prod/ ` : a production version that does not include runtime type assertions
13- 3 . The files under ` /atscript ` are the AtScript source files
13+ 3 . The files under ` /ts ` are the TypeScript source files.
1414
1515As a convenience, we provide you with ` /es6/{dev|prod}/es5build.js ` , a script to transpile the es6 sources into es5
1616using [ Google Traceur] ( https://github.com/google/traceur-compiler/ ) .
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ This package contains different sources for different users:
1010 es5 using any transpiler. This contains:
1111 * ` dev/ ` : a development version that includes runtime type assertions
1212 * ` prod/ ` : a production version that does not include runtime type assertions
13- 3 . The files under ` /atscript ` are the AtScript source files
13+ 3 . The files under ` /ts ` are the Typescript source files
1414
1515As a convenience, we provide you with ` /es6/{dev|prod}/es5build.js ` , a script to transpile the es6 sources into es5
1616using [ Google Traceur] ( https://github.com/google/traceur-compiler/ ) .
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ function publishModule {
3535 cp -r $ROOT_DIR /dist/js/dev/es6/$NAME /$FILES $PUBLISH_DIR /es6/dev
3636 mkdir -p $PUBLISH_DIR /es6/prod
3737 cp -r $ROOT_DIR /dist/js/prod/es6/$NAME /$FILES $PUBLISH_DIR /es6/prod
38- mkdir -p $PUBLISH_DIR /atscript
39- cp -r $ROOT_DIR /modules/$NAME /$FILES $PUBLISH_DIR /atscript
38+ mkdir -p $PUBLISH_DIR /ts
39+ cp -r $ROOT_DIR /modules/$NAME /$FILES $PUBLISH_DIR /ts
4040
4141 cp -r $ROOT_DIR /dist/js/cjs/$NAME /$FILES $PUBLISH_DIR
4242
You can’t perform that action at this time.
0 commit comments