Skip to content

Commit 08850a5

Browse files
committed
chore(packaging): rename NPM package to angular2; remove ng2 tag prefix
1 parent 6b97c2e commit 08850a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/angular2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "angular",
2+
"name": "angular2",
33
"version": "<%= packageJson.version %>.<%= channel %>",
44
"description": "Angular 2 - a web framework for modern web apps",
55
"homepage": "<%= packageJson.homepage %>",

scripts/publish/npm_publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function angular {
1010
CHANNEL=$1
1111
cd $ROOT_DIR/dist/js/$CHANNEL/es6/angular2
1212
rm -fr test
13-
npm publish ./ --tag "ng2$CHANNEL"
13+
npm publish ./ --tag "$CHANNEL"
1414
}
1515

1616
function rttsAssert {

0 commit comments

Comments
 (0)