diff options
author | Hakim El Hattab | 2014-10-06 10:00:52 +0200 |
---|---|---|
committer | Hakim El Hattab | 2014-10-06 10:00:52 +0200 |
commit | 6565ba016807ba5c6c44efde5ce40613ed39c845 (patch) | |
tree | 0ed22089800c83751a77b6b87ee0c5d1198d75ec /package.json | |
parent | 6729b9ba76131cdb7a8d9b5eca4b521cc20138ac (diff) |
use node.js 0.10
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 5debdd2..7349037 100644 --- a/package.json +++ b/package.json @@ -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", |