chore(ngc): fix release instructions

This commit is contained in:
Alex Eagle 2016-05-25 13:25:26 -07:00
parent b49dac7be5
commit 6c6b316bd9
1 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,6 @@ emit.
```
$ $(npm bin)/tsc -p tools
$ cp tools/tsc-wrapped/package.json dist/tools/tsc-wrapped/
$ npm login [angularcore]
$ npm login [angular]
$ npm publish dist/tools/tsc-wrapped
```