Skip to content

Commit

Permalink
Reconfigure package exports
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623 committed Oct 15, 2023
1 parent aa29a21 commit c0c7499
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@
"bugs": "https://github.com/jgarber623/stylelint-config/issues",
"license": "MIT",
"author": "Jason Garber <jason@sixtwothree.org> (https://sixtwothree.org)",
"main": "index.js",
"files": [
"index.js"
],
"exports": {
"./package.json": "./package.json",
".": "./index.js"
},
"repository": "github:jgarber623/stylelint-config",
"scripts": {
"lint": "eslint .",
Expand Down

0 comments on commit c0c7499

Please sign in to comment.