There was an error while loading. Please reload this page.
1 parent 6b97c2e commit 08850a5Copy full SHA for 08850a5
modules/angular2/package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "angular",
+ "name": "angular2",
3
"version": "<%= packageJson.version %>.<%= channel %>",
4
"description": "Angular 2 - a web framework for modern web apps",
5
"homepage": "<%= packageJson.homepage %>",
scripts/publish/npm_publish.sh
@@ -10,7 +10,7 @@ function angular {
10
CHANNEL=$1
11
cd $ROOT_DIR/dist/js/$CHANNEL/es6/angular2
12
rm -fr test
13
- npm publish ./ --tag "ng2$CHANNEL"
+ npm publish ./ --tag "$CHANNEL"
14
}
15
16
function rttsAssert {
0 commit comments