Skip to content

Commit

Permalink
Add groups to package.json exports (#369)
Browse files Browse the repository at this point in the history
Fix bug that prevents exporting propertyGroups
  • Loading branch information
inulty-dfe committed Mar 5, 2024
1 parent 431b20c commit 58107ed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/angry-clocks-perform.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"stylelint-config-recess-order": patch
---

Add `groups` to package.json exports
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"version": "5.0.0",
"description": "Recess-based property sort order for Stylelint.",
"type": "module",
"exports": "./index.js",
"exports": {
".": "./index.js",
"./groups": "./groups.js"
},
"keywords": [
"bootstrap",
"properties-order",
Expand Down

0 comments on commit 58107ed

Please sign in to comment.