Skip to content

Commit

Permalink
Moving peerDependencies to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jnwng committed Mar 18, 2017
1 parent 5085747 commit f0cbf4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@
},
"homepage": "https://github.com/coursera/eslint-plugin-coursera",
"dependencies": {
"eslint-config-airbnb": "^11.2.0"
},
"peerDependencies": {
"eslint-config-airbnb": "^11.2.0",
"babel-eslint": "^6.0.2",
"eslint": "^3.5.0",
"eslint-import-resolver-node": "^0.2.3",
"eslint-plugin-coursera": "0.0.3",
"eslint-plugin-flowtype": "^2.25.0",
"eslint-plugin-graphql": "^0.2.7",
"eslint-plugin-import": "^1.15.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.2.1"
},
"peerDependencies": {
"eslint": "^3.5.0"
}
}

0 comments on commit f0cbf4e

Please sign in to comment.