chore(packaging): rename NPM package to angular2; remove ng2 tag prefix

This commit is contained in:
Yegor Jbanov 2015-02-12 22:11:01 -08:00
parent 6b97c2e734
commit 08850a579b
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"name": "angular",
"name": "angular2",
"version": "<%= packageJson.version %>.<%= channel %>",
"description": "Angular 2 - a web framework for modern web apps",
"homepage": "<%= packageJson.homepage %>",

View File

@ -10,7 +10,7 @@ function angular {
CHANNEL=$1
cd $ROOT_DIR/dist/js/$CHANNEL/es6/angular2
rm -fr test
npm publish ./ --tag "ng2$CHANNEL"
npm publish ./ --tag "$CHANNEL"
}
function rttsAssert {