From c84316edb1062fae9b87fa64bb17daac5c3613f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pereira?= Date: Thu, 22 Mar 2018 07:23:14 -0400 Subject: [PATCH] feat: update the version to 2.0.0 and restrict node version available to 4.0 * Update the version to 2.0.0 and restrict node version available to 4.0 * Revert package.json version change Remove minor versions of node on testing, only using major. Remove version 5.0 from tests --- .travis.yml | 5 ++--- package.json | 5 ++++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6362538..177444f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,9 @@ sudo: false language: node_js node_js: - - "0.10" - - "0.12" - "4.0" - - "5.0" + - "6.0" + - "8.0" - "stable" # Make sure we have new NPM. diff --git a/package.json b/package.json index 97b4fbe..b6662e6 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "grunt-karma": "2.x", "grunt-npm": "0.0.2", "jasmine-core": "~2.4.1", - "karma": "1.x || ", + "karma": "2.x || ", "karma-chrome-launcher": "1.x || ~0.2.2", "karma-firefox-launcher": "1.x || ~0.1.7", "load-grunt-tasks": "^3.4.1" @@ -38,6 +38,9 @@ "jasmine-core": "*", "karma": "*" }, + "engines": { + "node": ">= 4" + }, "license": "MIT", "contributors": [ "Maksim Ryzhikov ",