Skip to content

Commit

Permalink
Merge pull request #13 from Intellicode/eslint-2
Browse files Browse the repository at this point in the history
Pass utils as another parameter instead of adding on to context fixes
  • Loading branch information
Intellicode committed Feb 15, 2016
2 parents 280d9bb + 907d142 commit 6ffa83c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react-native",
"version": "0.5.0",
"version": "0.6.0",
"author": "Tom Hastjarjanto <tom@intellicode.nl>",
"description": "React Native specific linting rules for ESLint",
"main": "index.js",
Expand All @@ -23,9 +23,9 @@
"homepage": "https://github.com/intellicode/eslint-plugin-react-native",
"bugs": "https://github.com/intellicode/eslint-plugin-react-native/issues",
"devDependencies": {
"babel-eslint": "4.1.4",
"babel-eslint": "4.1.8",
"coveralls": "2.11.4",
"eslint": "1.8.0",
"eslint": "2.0.0",
"istanbul": "0.4.0",
"mocha": "2.3.3"
},
Expand Down

0 comments on commit 6ffa83c

Please sign in to comment.