feat(npm): incluse LESS in package

This includes the LESS palette in our NPM Package.
This commit is contained in:
Andreas Grafen 2023-03-31 20:20:46 +02:00
parent 5d4b90fbb8
commit e78e016e01
No known key found for this signature in database
GPG key ID: 3EDA14A9710B8A8A

View file

@ -10,7 +10,8 @@
"import": "./dist/index.mjs"
},
"./style": "./css/catppuccin.css",
"./scss/*": "./scss/*"
"./scss/*": "./scss/*",
"./less/*": "./less/*"
},
"scripts": {
"test": "ava",
@ -22,6 +23,7 @@
"css/*",
"dist/*",
"scss/*.scss",
"less/*.less",
"index.d.ts"
],
"types": "index.d.ts",