Skip to content

Commit

Permalink
feat(npm): incluse LESS in package
Browse files Browse the repository at this point in the history
This includes the LESS palette in our NPM Package.
  • Loading branch information
unseen-ninja committed Mar 31, 2023
1 parent 5d4b90f commit e78e016
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"import": "./dist/index.mjs"
},
"./style": "./css/catppuccin.css",
"./scss/*": "./scss/*"
"./scss/*": "./scss/*",
"./less/*": "./less/*"
},
"scripts": {
"test": "ava",
Expand All @@ -22,6 +23,7 @@
"css/*",
"dist/*",
"scss/*.scss",
"less/*.less",
"index.d.ts"
],
"types": "index.d.ts",
Expand Down

0 comments on commit e78e016

Please sign in to comment.