Skip to content

Commit

Permalink
build: eslint-config-standard@10.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Jul 11, 2017
1 parent 598d876 commit d886306
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -17,7 +17,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"
Expand Down
10 changes: 6 additions & 4 deletions package.json
Expand Up @@ -18,11 +18,13 @@
"vary": "~1.1.1"
},
"devDependencies": {
"eslint": "3.15.0",
"eslint-config-standard": "6.2.1",
"eslint": "3.19.0",
"eslint-config-standard": "10.2.1",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-markdown": "1.0.0-beta.6",
"eslint-plugin-promise": "3.3.1",
"eslint-plugin-standard": "2.0.1",
"eslint-plugin-node": "5.1.0",
"eslint-plugin-promise": "3.5.0",
"eslint-plugin-standard": "3.0.1",
"istanbul": "0.4.5",
"mocha": "2.4.5",
"supertest": "1.1.0"
Expand Down

0 comments on commit d886306

Please sign in to comment.