Skip to content

Commit f59708f

Browse files
committed
[fix] - Add eslint as a peerDependency
Fixes #62
1 parent 6fbfb10 commit f59708f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"babel-eslint": "^6.0.0",
3131
"babel-preset-es2015": "^6.6.0",
3232
"coveralls": "^2.11.8",
33-
"eslint": "^2.2.0",
33+
"eslint": "^2.10.2",
3434
"eslint-config-airbnb-base": "^3.0.1",
3535
"eslint-plugin-import": "^1.8.1",
3636
"istanbul": "^1.0.0-alpha.2",
@@ -45,5 +45,8 @@
4545
"damerau-levenshtein": "^1.0.0",
4646
"jsx-ast-utils": "^1.0.0",
4747
"object-assign": "^4.0.1"
48+
},
49+
"peerDependencies": {
50+
"eslint": "^2.10.2"
4851
}
4952
}

0 commit comments

Comments
 (0)