We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b448967 commit 300dd5cCopy full SHA for 300dd5c
CHANGELOG.md
@@ -2,8 +2,8 @@
2
3
### 2.0.0 (May 12, 2018)
4
5
-- Updated: peer `stylelint` to 10.0.1 (major)
6
-- Updated: Node 8+ compatibility (major)
+- Updated: peer `stylelint` to >= 11 < 15 (major)
+- Updated: Node 14+ compatibility (major)
7
8
### 1.1.0 (September 29, 2018)
9
package.json
@@ -1,6 +1,6 @@
1
{
"name": "stylelint-use-logical",
- "version": "3.0.0",
+ "version": "2.0.0",
"description": "Enforce usage of logical properties and values in CSS",
"license": "CC0-1.0",
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
@@ -29,7 +29,7 @@
29
"test:tape": "stylelint-tape"
30
},
31
"engines": {
32
- "node": ">=8.0.0"
+ "node": ">=14.0.0"
33
34
"dependencies": {},
35
"devDependencies": {
0 commit comments