From d5515473bfd0974bacb0e7e5870e772426c9088d Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 14 Sep 2016 17:08:48 -0700 Subject: [PATCH] docs: update README.md for npm packages --- build.sh | 1 + modules/@angular/README.js.md | 15 --------------- modules/@angular/README.md | 6 ++++++ 3 files changed, 7 insertions(+), 15 deletions(-) delete mode 100644 modules/@angular/README.js.md create mode 100644 modules/@angular/README.md diff --git a/build.sh b/build.sh index 4b45f1731f..98c2cc17ce 100755 --- a/build.sh +++ b/build.sh @@ -110,6 +110,7 @@ do $TSC -p ${SRCDIR}/tsconfig-build.json cp ${SRCDIR}/package.json ${DESTDIR}/ + cp ${PWD}/modules/@angular/README.md ${DESTDIR}/ if [[ -e ${SRCDIR}/tsconfig-testing.json ]]; then echo "====== COMPILING TESTING: ${TSC} -p ${SRCDIR}/tsconfig-testing.json" diff --git a/modules/@angular/README.js.md b/modules/@angular/README.js.md deleted file mode 100644 index 24f3f372f3..0000000000 --- a/modules/@angular/README.js.md +++ /dev/null @@ -1,15 +0,0 @@ -Angular2 -========= - -The sources for this package are in the main [Angular2](https://github.com/angular/angular) repo. Please file issues and pull requests against that repo. This is the repository for the upcoming 2.0 version. If you're looking for the current official version of Angular you should go to [angular/angular.js](https://github.com/angular/angular.js) - -This package contains different sources for different users: - -1. The files located in the root folder can be consumed using CommonJS. -2. The files under `/es6` are es6 compatible files that can be transpiled to - 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 `/ts` are the TypeScript source files. - -License: Apache MIT 2.0 diff --git a/modules/@angular/README.md b/modules/@angular/README.md new file mode 100644 index 0000000000..7d8a6d3fa9 --- /dev/null +++ b/modules/@angular/README.md @@ -0,0 +1,6 @@ +Angular +======= + +The sources for this package are in the main [Angular](https://github.com/angular/angular) repo. Please file issues and pull requests against that repo. + +License: MIT