Skip to content

Commit b89b6a5

Browse files
committed
Merge pull request #31 from codeclimate/use-updated-eslint-fork
Use updated ESLint fork with support for new configuration options
2 parents 13a9dba + b437489 commit b89b6a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "codeclimate-eslint",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "eslint",
55
"author": "Code Climate",
66
"repository" : {
77
"type" : "git",
88
"url" : "http://github.com/codeclimate/codeclimate-eslint.git"
99
},
1010
"dependencies": {
11-
"eslint": "codeclimate/eslint.git#c5457c8",
11+
"eslint": "codeclimate/eslint.git#b84e740",
1212
"glob": "5.0.14"
1313
},
1414
"engine": "node >= 0.12.4"

0 commit comments

Comments
 (0)