Skip to content

Commit

Permalink
fix: missing export ./color on package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdamevin committed Apr 25, 2024
1 parent 18570eb commit b2267b2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@
},
"sass": "index.scss",
"exports": {
"sass": "./index.scss"
".": {
"sass": "./index.scss"
},
"./color": {
"sass": "./color.scss"
}
},
"devDependencies": {
"@commitlint/cli": "^19.2.2",
Expand Down

0 comments on commit b2267b2

Please sign in to comment.