From 8d29095fa81fac644ddedd8009a7bc3decfa4be4 Mon Sep 17 00:00:00 2001 From: Austin Burdine Date: Mon, 16 Jan 2017 12:21:45 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Drop=20support=20for=20Node.js?= =?UTF-8?q?=20v0.12=20(#7820)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit no issue - Node.js v0.12 will be EOL on 31st December - This removes official support from Ghost --- .travis.yml | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9c37125f2e..7cb6b7752a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: node_js # When changing node version also update it on lines 34, 36 and 46. node_js: - "4" - - "0.12" - "6" sudo: false cache: diff --git a/package.json b/package.json index b9173c03a0..2423992bf5 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "test": "grunt validate --verbose" }, "engines": { - "node": "~0.12.0 || ^4.2.0 || ^6.5.0" + "node": "^4.2.0 || ^6.5.0" }, "dependencies": { "amperize": "1.0.0",