Skip to content

Commit

Permalink
Configure some dependencies as peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wyze committed May 7, 2016
1 parent 4d4c447 commit f35f830
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,11 @@
}
},
"dependencies": {
"babel-eslint": "^6.0.4",
"eslint-config-airbnb": "^8.0.0",
"eslint-plugin-wyze": "^1.3.1"
"babel-eslint": "^6.0.4"
},
"peerDependencies": {
"eslint": "^2.9.0",
"eslint-config-airbnb": "^8.0.0",
"eslint-plugin-import": "^1.6.1",
"eslint-plugin-jsx-a11y": "^1.0.4",
"eslint-plugin-react": "^5.0.1",
Expand All @@ -42,8 +41,10 @@
"devDependencies": {
"ava": "^0.14.0",
"eslint": "^2.9.0",
"eslint-config-airbnb": "^8.0.0",
"eslint-plugin-import": "^1.6.1",
"eslint-plugin-jsx-a11y": "^1.0.4",
"eslint-plugin-react": "^5.0.1"
"eslint-plugin-react": "^5.0.1",
"eslint-plugin-wyze": "^1.3.1"
}
}

0 comments on commit f35f830

Please sign in to comment.