aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2015-04-14 23:17:41 +0300
committerRichard van Velzen <rvanvelzen@experty.com>2015-07-29 15:21:01 +0200
commit881bda7f59cd62f1123fafa2da817b8dc618c19f (patch)
tree093fe2297f01486f2133a6bd21c1db6c11c2f175 /package.json
parent9854deb626874f06107db196b87afcf2dc49b035 (diff)
downloadtracifyjs-881bda7f59cd62f1123fafa2da817b8dc618c19f.tar.gz
tracifyjs-881bda7f59cd62f1123fafa2da817b8dc618c19f.zip
Make node.js 0.8 the minimum supported version.
Node.js 0.4 and 0.6 are ancient; things don't work there. Update Travis CI configuration accordingly. Note, that the npm update in Travis is needed for 0.8 only at the moment.
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 88bcc646..0bf1de09 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
"license": "BSD",
"version": "2.4.24",
"engines": {
- "node": ">=0.4.0"
+ "node": ">=0.8.0"
},
"maintainers": [
"Mihai Bazon <mihai.bazon@gmail.com> (http://lisperator.net/)"