chore(packaging): rename NPM package to angular2; remove ng2 tag prefix
This commit is contained in:
parent
6b97c2e734
commit
08850a579b
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "angular",
|
"name": "angular2",
|
||||||
"version": "<%= packageJson.version %>.<%= channel %>",
|
"version": "<%= packageJson.version %>.<%= channel %>",
|
||||||
"description": "Angular 2 - a web framework for modern web apps",
|
"description": "Angular 2 - a web framework for modern web apps",
|
||||||
"homepage": "<%= packageJson.homepage %>",
|
"homepage": "<%= packageJson.homepage %>",
|
||||||
|
|
|
@ -10,7 +10,7 @@ function angular {
|
||||||
CHANNEL=$1
|
CHANNEL=$1
|
||||||
cd $ROOT_DIR/dist/js/$CHANNEL/es6/angular2
|
cd $ROOT_DIR/dist/js/$CHANNEL/es6/angular2
|
||||||
rm -fr test
|
rm -fr test
|
||||||
npm publish ./ --tag "ng2$CHANNEL"
|
npm publish ./ --tag "$CHANNEL"
|
||||||
}
|
}
|
||||||
|
|
||||||
function rttsAssert {
|
function rttsAssert {
|
||||||
|
|
Loading…
Reference in New Issue