I am currently following Angular 2 development, which means that I am using dependencies such as
"@angular/common": "2.0.0-rc.4",
"@angular/compiler": "2.0.0-rc.4",
…
in package.json. Given that there are some helpful fixes in Git already I would like to install the most recent version (or some specific commit) from Git. What is the easiest way to achieve this?
It would be preferable to avoid having to build Angular locally, but if necessary this would be acceptable, too.