Skip to content
Snippets Groups Projects
Commit d38ec7e8 authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

support only node >= 0.6.17

parent 09727e5a
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ If you get stuck and need help, you can find the core team on our [public mailin
BrowserID needs the following dependencies before it can run:
* node.js (>= 0.6.7)
* node.js (>= 0.6.17)
* libgmp3
* g++
......
......@@ -48,6 +48,6 @@
"start": "node ./scripts/run_locally.js"
},
"engines": {
"node": ">= 0.6.7"
"node": ">= 0.6.17"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment