Skip to content

Commit

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

* Remove Node.js 6 from CI
  • Loading branch information
hudochenkov committed Apr 13, 2019
1 parent 2da161a commit 028b927
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -18,7 +18,6 @@ cache:

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

before_install:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
# 18.3.0

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

# 18.2.0

- Added: `stylelint-config-recommended@2.1.0` as dependency
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -2,7 +2,7 @@

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

version: "{build}"
build: off
Expand Down
8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "stylelint-config-standard",
"version": "18.2.0",
"version": "18.3.0",
"description": "Standard shareable config for stylelint",
"keywords": [
"stylelint",
Expand All @@ -18,7 +18,7 @@
"index.js"
],
"dependencies": {
"stylelint-config-recommended": "^2.1.0"
"stylelint-config-recommended": "^2.2.0"
},
"devDependencies": {
"eslint": "^5.0.0",
Expand All @@ -30,10 +30,10 @@
"remark-cli": "^6.0.0",
"remark-preset-lint-consistent": "^2.0.0",
"remark-preset-lint-recommended": "^3.0.0",
"stylelint": "^9.2.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 028b927

Please sign in to comment.