From fcf483a25516f201bacc4310035a839f95d60798 Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Mon, 28 Oct 2013 17:46:08 +0000 Subject: [PATCH] Dropping our incomplete support for node 0.11 issue #1287, issue #1147 - our support was partial, is based on node-sqlite3, which has dropped partial support as well - node 0.11 is a dev version, and has lots of breaking changes - we will add node 0.12 support when it is released --- .travis.yml | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fb36776cbc..693db1d0f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: node_js node_js: - - "0.11" - "0.10" git: submodules: false diff --git a/package.json b/package.json index 4082775404..602a1b5d44 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "test": "grunt validate --verbose" }, "engines": { - "node": ">=0.10.* <0.11.4" + "node": "0.10.*" }, "engineStrict": true, "dependencies": {