From b97a90ccf8642984f488f326c0f6dca41c6de43b Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sun, 13 Nov 2016 23:56:32 -0500 Subject: [PATCH] build: eslint-config-standard@6.2.1 --- .travis.yml | 4 ++-- package.json | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 98f2c1c..12ffb5d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,8 +16,8 @@ cache: - node_modules before_install: # Setup Node.js version-specific dependencies - - "test $TRAVIS_NODE_VERSION != '0.8' || npm rm --save-dev eslint eslint-config-standard eslint-plugin-promise eslint-plugin-standard istanbul" - + - "test $TRAVIS_NODE_VERSION != '0.8' || npm rm --save-dev istanbul" + - "test $(echo $TRAVIS_NODE_VERSION | cut -d'.' -f1) -ge 4 || npm rm --save-dev eslint eslint-config-standard eslint-plugin-promise eslint-plugin-standard" # Update Node.js modules - "test ! -d node_modules || npm prune" - "test ! -d node_modules || npm rebuild" diff --git a/package.json b/package.json index f77becf..99a6034 100644 --- a/package.json +++ b/package.json @@ -16,10 +16,10 @@ }, "devDependencies": { "bluebird": "3.4.6", - "eslint": "2.10.2", - "eslint-config-standard": "5.3.1", - "eslint-plugin-promise": "1.3.0", - "eslint-plugin-standard": "1.3.2", + "eslint": "3.10.0", + "eslint-config-standard": "6.2.1", + "eslint-plugin-promise": "3.3.2", + "eslint-plugin-standard": "2.0.1", "istanbul": "0.4.5", "mocha": "2.5.3" },