Skip to content

Commit 505e546

Browse files
committed
v5.1.1
1 parent 49b77d1 commit 505e546

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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)

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -9,11 +9,6 @@
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"

0 commit comments

Comments
 (0)