Skip to content

Commit

Permalink
2.2.0: try to only require user to install this package instead of wi…
Browse files Browse the repository at this point in the history
…th the peer dependencies
  • Loading branch information
foray1010 committed Apr 27, 2016
1 parent 9c9186f commit f0dea49
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-config-aftership",
"description": "AfterShip ESLint config (modified from Airbnb)",
"version": "2.1.0",
"version": "2.2.0",
"homepage": "https://github.com/AfterShip/eslint-config-aftership",
"author": {
"name": "AfterShip",
Expand All @@ -21,16 +21,20 @@
"scripts": {
"lint": "eslint ."
},
"dependencies": {
"eslint-config-airbnb": "8.0.0",
"lodash": "^4.0.0"
},
"devDependencies": {
"peerDependencies": {
"eslint": "^2.7.0",
"eslint-plugin-import": "^1.6.0",
"eslint-plugin-jsx-a11y": "^1.0.3",
"eslint-plugin-react": "^5.0.1"
},
"dependencies": {
"eslint": "^2.7.0",
"eslint-config-airbnb": "8.0.0",
"eslint-plugin-import": "^1.6.0",
"eslint-plugin-jsx-a11y": "^1.0.3",
"eslint-plugin-react": "^5.0.1",
"lodash": "^4.0.0"
},
"keywords": [
"aftership",
"eslint"
Expand Down

0 comments on commit f0dea49

Please sign in to comment.