Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickcr committed Feb 8, 2016
1 parent 69e981d commit b524868
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .eslintrc
Expand Up @@ -50,7 +50,6 @@
"no-caller": 2,
"no-div-regex": 2,
"no-else-return": 2,
"no-empty-label": 2,
"no-eq-null": 2,
"no-eval": 2,
"no-extend-native": 2,
Expand Down Expand Up @@ -139,13 +138,12 @@
"quote-props": [2, "as-needed"],
"semi": [2, "always"],
"sort-vars": [2, {"ignoreCase": true}],
"space-after-keywords": 2,
"keyword-spacing": 2,
"space-before-blocks": 2,
"object-curly-spacing": [2, "never"],
"array-bracket-spacing": [2, "never"],
"space-in-parens": 2,
"space-infix-ops": 2,
"space-return-throw-case": 2,
"space-unary-ops": 2,
"spaced-comment": 2,
"wrap-regex": 0,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -25,9 +25,9 @@
"devDependencies": {
"babel-eslint": "5.0.0-beta10",
"coveralls": "2.11.6",
"eslint": "2.0.0-beta.2",
"eslint": "2.0.0-rc.0",
"istanbul": "0.4.2",
"mocha": "2.3.4"
"mocha": "2.4.5"
},
"keywords": [
"eslint",
Expand Down

0 comments on commit b524868

Please sign in to comment.