Skip to content

Commit

Permalink
Use stylelint 8.3.0 and recommended 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeddy3 committed Nov 26, 2017
1 parent bb9d861 commit 446b06d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"index.js"
],
"dependencies": {
"stylelint-config-recommended": "^1.0.0"
"stylelint-config-recommended": "^2.0.0"
},
"devDependencies": {
"eslint": "^4.1.0",
Expand All @@ -29,10 +29,10 @@
"remark-cli": "^4.0.0",
"remark-preset-lint-consistent": "^2.0.0",
"remark-preset-lint-recommended": "^3.0.0",
"stylelint": "^8.0.0"
"stylelint": "^8.3.0"
},
"peerDependencies": {
"stylelint": "^8.0.0"
"stylelint": "^8.3.0"
},
"scripts": {
"dry-release": "npmpub --dry --verbose",
Expand Down

0 comments on commit 446b06d

Please sign in to comment.