From f0dea49f7180d0a630c7dd79210933e36447202b Mon Sep 17 00:00:00 2001 From: foray1010 Date: Wed, 27 Apr 2016 16:54:34 +0800 Subject: [PATCH] 2.2.0: try to only require user to install this package instead of with the peer dependencies --- package.json | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index aedd538..5a70e45 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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"