Skip to content

Commit

Permalink
Merge pull request #490 from xzyfer/feat/bump-some-deps
Browse files Browse the repository at this point in the history
Bump some deps
  • Loading branch information
xzyfer committed May 3, 2016
2 parents cfee756 + ef6fa52 commit 05f4cdf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
root: true

env:
mocha: true
node: true
Expand Down Expand Up @@ -110,9 +112,9 @@ rules:
- always

# Enforces spaces following keywords
space-after-keywords:
keyword-spacing:
- 2
- always
- after: true

# Enforces quoted property names
quote-props:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
},
"devDependencies": {
"autoprefixer-core": "^5.2.1",
"eslint": "^1.6.0",
"globule": "^0.2.0",
"eslint": "^2.9.0",
"globule": "^1.0.0",
"gulp": "^3.8.11",
"gulp-postcss": "^5.1.10",
"gulp-sourcemaps": "^1.5.2",
"gulp-tap": "^0.1.3",
"mocha": "^2.2.1",
"rimraf": "^2.4.3",
"should": "^7.1.0"
"should": "^8.3.1"
}
}

0 comments on commit 05f4cdf

Please sign in to comment.