Skip to content

Commit

Permalink
Merge pull request #6 from coursera/jw/move-dependencies
Browse files Browse the repository at this point in the history
Properly setting dependencies for `eslint-config-coursera`
  • Loading branch information
jnwng authored Mar 20, 2017
2 parents 5085747 + f9733a3 commit 3b4ff02
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-coursera",
"version": "0.0.7",
"version": "0.1.0",
"description": "Coursera's approach to JavaScript",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down 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 3b4ff02

Please sign in to comment.