File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.2.1 (November 12, 2017)
2
+
3
+ - Updated CSSTree to ` 1.0.0-alpha.26 ` (improved parsing and bug fixes)
4
+
1
5
## 1.2.0 (September 4, 2017)
2
6
3
7
- Bump CSSTree to ` 1.0.0-alpha21 ` (improved parsing and updated property grammars)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " stylelint-csstree-validator" ,
3
- "version" : " 1.2.0 " ,
3
+ "version" : " 1.2.1 " ,
4
4
"description" : " Stylelint plugin to validate CSS syntax" ,
5
5
"homepage" : " https://github.com/csstree/validator" ,
6
6
"author" : " Roman Dvornov <rdvornov@gmail.com>" ,
23
23
"travis" : " npm run test"
24
24
},
25
25
"dependencies" : {
26
- "css-tree" : " 1.0.0-alpha21 " ,
26
+ "css-tree" : " 1.0.0-alpha.26 " ,
27
27
"stylelint" : " ^7.0.0"
28
28
},
29
29
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments