Skip to content

Commit

Permalink
Move stylelint css validator to config dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed May 17, 2017
1 parent f6474b3 commit c8c51fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"lerna": "2.0.0-beta.38",
"lerna-changelog": "^0.2.3",
"lint-staged": "^3.3.1",
"prettier": "^0.21.0",
"stylelint-csstree-validator": "^1.1.1"
"prettier": "^0.21.0"
},
"lint-staged": {
"*.js": [
Expand Down
3 changes: 3 additions & 0 deletions packages/stylelint-config-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@
"peerDependencies": {
"stylelint": "^7.10.1",
"stylelint-csstree-validator": "^1.1.1"
},
"devDependencies": {
"stylelint-csstree-validator": "^1.1.1"
}
}

0 comments on commit c8c51fb

Please sign in to comment.