From 864a0363bff1636433d7b99ef2251e13c3393a5f Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Tue, 23 May 2017 21:48:43 -0400 Subject: [PATCH] build: eslint-config-standard@10.2.1 --- .travis.yml | 3 +-- package.json | 8 +++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index e65dff3..fb9bf4e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,8 +24,7 @@ cache: before_install: # Setup Node.js version-specific dependencies - "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-markdown eslint-plugin-promise eslint-plugin-standard" - + - "test $(echo $TRAVIS_NODE_VERSION | cut -d. -f1) -ge 4 || npm rm --save-dev $(grep -E '\"eslint\\S*\"' package.json | cut -d'\"' -f2)" # 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 eae909c..e99624f 100644 --- a/package.json +++ b/package.json @@ -23,10 +23,12 @@ }, "devDependencies": { "eslint": "3.19.0", - "eslint-config-standard": "6.2.1", + "eslint-config-standard": "10.2.1", + "eslint-plugin-import": "2.2.0", "eslint-plugin-markdown": "1.0.0-beta.6", - "eslint-plugin-promise": "3.4.0", - "eslint-plugin-standard": "2.0.1", + "eslint-plugin-node": "4.2.2", + "eslint-plugin-promise": "3.5.0", + "eslint-plugin-standard": "3.0.1", "istanbul": "0.4.5", "mocha": "2.5.3", "split": "1.0.0",