Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #42 from negarn/peer_dependency
Browse files Browse the repository at this point in the history
Use peerDependencies
  • Loading branch information
jdforrester authored Apr 25, 2017
2 parents e2fe612 + 0def066 commit ea0a9ed
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@
},
"homepage": "https://github.com/wikimedia/grunt-stylelint",
"dependencies": {
"chalk": "1.1.3",
"stylelint": "7.8.0"
"chalk": "1.1.3"
},
"peerDependencies": {
"stylelint": "7.9.0"
},
"devDependencies": {
"eslint-config-wikimedia": "0.3.0",
Expand All @@ -30,6 +32,7 @@
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-nodeunit": "1.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-eslint": "19.0.0"
"grunt-eslint": "19.0.0",
"stylelint": "7.9.0"
}
}

0 comments on commit ea0a9ed

Please sign in to comment.