Skip to content

Commit

Permalink
fix: add stylelint in peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza committed Jul 2, 2019
1 parent 62f06fc commit 996ebe7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@
[📖 **Release Notes**](./CHANGELOG.md)

## Requirements

You need to ensure that you have `stylelint` installed

```bash
yarn add --dev stylelint # or npm install --save-dev stylelint
```

## Setup

1. Add `nuxt-stylelint` dependency to your project
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,8 @@
"request-promise-native": "latest",
"standard-version": "latest",
"stylelint": "latest"
},
"peerDependencies": {
"stylelint": ">=8.0.0 <11.0.0"
}
}

0 comments on commit 996ebe7

Please sign in to comment.