File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 11# Changes to Stylelint Use Nesting
22
3+ ### 5.1.1 (March 6, 2024)
4+
5+ - Remove ` exports ` field from ` package.json ` [ #18 ] ( https://github.com/csstools/stylelint-use-nesting/issues/18 )
6+
37### 5.1.0 (March 3, 2024)
48
59- Remove ` @nest ` [ #15 ] ( https://github.com/csstools/stylelint-use-nesting/issues/15 )
Original file line number Diff line number Diff line change 11{
22 "name" : " stylelint-use-nesting" ,
3- "version" : " 5.1.0 " ,
3+ "version" : " 5.1.1 " ,
44 "description" : " Enforce nesting when it is possible in CSS" ,
55 "author" : " Jonathan Neal <jonathantneal@hotmail.com>" ,
66 "license" : " CC0-1.0" ,
99 "bugs" : " https://github.com/csstools/stylelint-use-nesting/issues" ,
1010 "main" : " index.mjs" ,
1111 "type" : " module" ,
12- "exports" : {
13- "." : {
14- "import" : " ./index.mjs"
15- }
16- },
1712 "files" : [
1813 " index.mjs" ,
1914 " index.mjs.map"
You can’t perform that action at this time.
0 commit comments