Commit 49c58034 authored by Hunter Loftis's avatar Hunter Loftis

Merge pull request #146 from heroku/link-to-yoga

update npm next readme
parents 171d1be4 e5490e54
......@@ -39,15 +39,18 @@ For more information about using Node.js and buildpacks on Heroku, see these Dev
Try npm@next
------------
Soon, you'll be able to specify an npm version alongside your node version (engines.npm).
For now, if you'd like to test out the latest version of npm, you can use the #npm-next branch:
Use [the preview](https://github.com/heroku/heroku-buildpack-nodejs/tree/yoga)
of the upcoming Node buildpack release, which lets you specify a version of
npm just like you already specify a version of node:
```
heroku config:set BUILDPACK_URL=https://github.com/heroku/heroku-buildpack-nodejs#npm-next
git commit -am 'npm@next' --allow-empty
git push heroku master
"engines": {
"node": "0.10.x",
"npm": "2.x"
}
```
Legacy Compatibility
--------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment