Skip to content

Commit

Permalink
fix(package): exports (#74)
Browse files Browse the repository at this point in the history
Co-authored-by: Nikita Almanov <131481562+nikkeyl@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and nikkeyl authored Feb 21, 2024
1 parent 82bdf8c commit 981f920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"type": "module",
"exports": {
"./*": "./commitlint.config.ts",
"./dist/index.js": "./dist/index.js"
".": "./dist/index.js",
"./*": "./commitlint.config.ts"
},
"author": "Archoleat",
"name": "@archoleat/stylelint-config-extended-scss",
Expand Down

0 comments on commit 981f920

Please sign in to comment.