Skip to content

Commit

Permalink
fix(deps): Make peers dependencies real dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmanks committed Feb 2, 2019
1 parent b7ad59a commit 5e318dc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 38 deletions.
44 changes: 10 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,20 @@
},
"homepage": "https://github.com/skan-io/eslint-config-react#readme",
"peerDependencies": {
"eslint": ">= 5",
"eslint-plugin-react": "^7.12.4"
"eslint": ">= 5"
},
"devDependencies": {
"babel-eslint": "10.0.1",
"commitizen": "3.0.5",
"cz-conventional-changelog": "2.1.0",
"eslint": "5.12.1",
"eslint-plugin-babel": "5.3.0",
"eslint-plugin-react": "7.12.4",
"npx-run": "2.1.2",
"semantic-release": "15.13.3"
},
"dependencies": {
"@skan-io/eslint-config-base": "1.0.0"
"@skan-io/eslint-config-base": "1.0.0",
"eslint-plugin-react": "^7.12.4"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit 5e318dc

Please sign in to comment.