Skip to content
This repository has been archived by the owner on Feb 21, 2020. It is now read-only.

Commit

Permalink
move optional dependencies to optional peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stekycz committed Nov 22, 2019
1 parent edcb354 commit 3cbaa1f
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,17 @@
"node": ">=8.10.0"
},
"peerDependencies": {
"@cookielab.io/eslint-plugin-custom-rules": "optional:^0.3.0",
"@typescript-eslint/eslint-plugin": "optional:^2.7.0",
"@typescript-eslint/parser": "optional:^2.7.0",
"babel-eslint": "optional:^10.0.3",
"eslint": "^6.5.1",
"eslint-import-resolver-typescript": "optional:^2.0.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.18.2"
},
"optionalDependencies": {
"@cookielab.io/eslint-plugin-custom-rules": "^0.3.0",
"@typescript-eslint/eslint-plugin": "^2.7.0",
"@typescript-eslint/parser": "^2.7.0",
"babel-eslint": "^10.0.3",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-plugin-flowtype": "^4.4.1",
"eslint-plugin-sort-imports-es6-autofix": "^0.5.0",
"typescript": "^3.7.2"
"eslint-plugin-flowtype": "optional:^4.4.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-sort-imports-es6-autofix": "optional:^0.5.0",
"typescript": "optional:^3.7.2"
},
"devDependencies": {
"@cookielab.io/eslint-plugin-custom-rules": "0.3.0",
Expand Down

0 comments on commit 3cbaa1f

Please sign in to comment.