Commit edfa6f7c authored by zeke's avatar zeke

remove superfluous info about versions

parent f4d23364
......@@ -5,23 +5,6 @@ This is a [Heroku buildpack](http://devcenter.heroku.com/articles/buildpacks) fo
The buildpack will detect your app as Node.js if it has a `package.json` file in the root. It will use npm to install your dependencies, and vendors a version of the Node.js runtime into your slug.
Node.js Versions
----------------
You can specify the version of Node.js your application requires using `package.json`:
```json
{
"name": "myapp",
"version": "0.0.1",
"engines": {
"node": "~0.10.15"
}
}
```
TODO: Link to versioning doc
Documentation
-------------
......
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