update to node 0.10
This commit is contained in:
parent
b6c7cda908
commit
65dcd94c86
|
@ -1,5 +1,5 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- 0.8
|
||||
- 0.10
|
||||
before_script:
|
||||
- npm update -g npm
|
||||
- npm install -g grunt-cli
|
|
@ -18,7 +18,7 @@
|
|||
"url": "git://github.com/hakimel/reveal.js.git"
|
||||
},
|
||||
"engines": {
|
||||
"node": "~0.8.0"
|
||||
"node": "~0.10.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"underscore": "~1.5.1",
|
||||
|
|
Loading…
Reference in New Issue