Skip to content

Commit

Permalink
v5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed Mar 6, 2024
1 parent 49b77d1 commit 505e546
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes to Stylelint Use Nesting

### 5.1.1 (March 6, 2024)

- Remove `exports` field from `package.json` [#18](https://github.com/csstools/stylelint-use-nesting/issues/18)

### 5.1.0 (March 3, 2024)

- Remove `@nest` [#15](https://github.com/csstools/stylelint-use-nesting/issues/15)
Expand Down
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylelint-use-nesting",
"version": "5.1.0",
"version": "5.1.1",
"description": "Enforce nesting when it is possible in CSS",
"author": "Jonathan Neal <[email protected]>",
"license": "CC0-1.0",
Expand All @@ -9,11 +9,6 @@
"bugs": "https://github.com/csstools/stylelint-use-nesting/issues",
"main": "index.mjs",
"type": "module",
"exports": {
".": {
"import": "./index.mjs"
}
},
"files": [
"index.mjs",
"index.mjs.map"
Expand Down

0 comments on commit 505e546

Please sign in to comment.