Skip to content

Commit

Permalink
Add stylelint@10 to peer dependency range (#42)
Browse files Browse the repository at this point in the history
* Add stylelint@10 to peer dependency range

* Update package.json

* Remove node@6 from CI
  • Loading branch information
hudochenkov committed Apr 13, 2019
1 parent f957a45 commit 676c7c0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ cache:

node_js:
- '8'
- '6'
- '10'

before_install:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.2.0

- Added: `stylelint@10` to peer dependency range.

# 2.1.0

- Added: `stylelint@9` to peer dependency range.
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

environment:
matrix:
- nodejs_version: 6
- nodejs_version: 10

version: "{build}"
build: off
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylelint-config-recommended",
"version": "2.1.0",
"version": "2.2.0",
"description": "Recommended shareable config for stylelint",
"keywords": [
"stylelint",
Expand All @@ -27,10 +27,10 @@
"remark-cli": "^6.0.0",
"remark-preset-lint-consistent": "^2.0.0",
"remark-preset-lint-recommended": "^3.0.0",
"stylelint": "^9.0.0"
"stylelint": "^10.0.0"
},
"peerDependencies": {
"stylelint": "^8.3.0 || ^9.0.0"
"stylelint": "^8.3.0 || ^9.0.0 || ^10.0.0"
},
"scripts": {
"dry-release": "npmpub --dry --verbose",
Expand Down

0 comments on commit 676c7c0

Please sign in to comment.