Skip to content

Commit

Permalink
chore: make stylelint a peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rodoabad committed Apr 9, 2016
1 parent f6364fc commit e609599
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@
"devDependencies": {
"ghooks": "^1.1.1",
"semantic-release": "^4.3.5",
"stylelint": "^5.2.1",
"validate-commit-msg": "^2.5.0"
},
"peerDependencies": {
"stylelint": "^5.2.1"
},
"scripts": {
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"test": "stylelint ./test/**/*.scss"
Expand Down

0 comments on commit e609599

Please sign in to comment.