Skip to content

Commit

Permalink
fixes linter peer dependencies (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
delambo authored and ccpricenytimes committed Feb 7, 2017
1 parent 5161eac commit 4adf17b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"test-watch": "jest --watch",
"test-coverage": "jest --coverage",
"e2e": "jest --config ./e2e_tests/jest.config.json --verbose --no-cache",
"lint": "packages/eslint-config-kyt/node_modules/.bin/eslint ./"
"lint": "packages/kyt-core/node_modules/.bin/eslint ./"
},
"dependencies": {
"jest": "18.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-kyt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"repository": "git+https://github.com/nytimes/kyt/packages/eslint-config-nyt",
"bugs": "https://github.com/nytimes/kyt/issues",
"homepage": "https://github.com/nytimes/kyt#readme",
"dependencies": {
"peerDependencies": {
"eslint": "3.8.1",
"eslint-config-airbnb": "12.0.0",
"eslint-plugin-import": "1.16.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/kyt-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,13 @@
"commander": "2.9.0",
"css-loader": "0.25.0",
"detect-port": "1.0.1",
"eslint": "3.8.1",
"eslint-config-airbnb": "12.0.0",
"eslint-config-kyt": "0.1.0",
"eslint-plugin-import": "1.16.0",
"eslint-plugin-json": "1.2.0",
"eslint-plugin-jsx-a11y": "2.2.3",
"eslint-plugin-react": "6.4.1",
"express": "4.14.0",
"extract-text-webpack-plugin": "2.0.0-beta.4",
"file-loader": "0.9.0",
Expand All @@ -49,7 +55,9 @@
"shelljs": "0.7.5",
"strip-ansi": "3.0.1",
"style-loader": "0.13.1",
"stylelint": "7.5.0",
"stylelint-config-kyt": "0.1.1",
"stylelint-config-standard": "14.0.0",
"temp": "0.8.3",
"url-loader": "0.5.7",
"webpack": "2.1.0-beta.25",
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config-kyt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"repository": "git+https://github.com/nytimes/kyt/packages/stylelint-config-kyt",
"bugs": "https://github.com/nytimes/kyt/issues",
"homepage": "https://github.com/nytimes/kyt#readme",
"dependencies": {
"peerDependencies": {
"stylelint": "7.5.0",
"stylelint-config-standard": "14.0.0"
},
Expand Down

0 comments on commit 4adf17b

Please sign in to comment.