Skip to content

Commit

Permalink
Merge pull request #13 from stylelint/add-peer-dep
Browse files Browse the repository at this point in the history
Declare stylelint version as a peerDependencies in package.json
  • Loading branch information
jeddy3 committed Mar 11, 2016
2 parents 0550943 + 3f7a1d3 commit 13e8e99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"npmpub": "^3.0.1",
"stylelint": "^4.5.0"
},
"peerDependencies": {
"stylelint": "^4.5.0"
},
"scripts": {
"ava": "ava --verbose \"__tests__/**/*.js\"",
"lint": "eslint . --ignore-path .gitignore",
Expand Down

0 comments on commit 13e8e99

Please sign in to comment.