Skip to content

Commit 34b931b

Browse files
fix: .npmignore v1.4.3
Update package.json
1 parent c12010f commit 34b931b

File tree

3 files changed

+4092
-7
lines changed

3 files changed

+4092
-7
lines changed

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33

44
# Whitelist dist folder and README.md
5-
!dist/
5+
!dist/*
66
!README.md
77
!usage.md
88
!package.json

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shadcn-theme-editor",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"description": "Shadcn Theme Editor",
55
"module": "dist/index.mjs",
66
"main": "dist/index.js",
@@ -50,6 +50,10 @@
5050
"@rollup/plugin-typescript": "^11.1.6",
5151
"@types/lodash.debounce": "^4.0.9",
5252
"@types/react": "^18.3.3",
53+
"class-variance-authority": "^0.7.0",
54+
"clsx": "^2.1.1",
55+
"next-themes": "^0.3.0",
56+
"react": "^18.3.1",
5357
"release-it": "^17.6.0",
5458
"rollup": "^4.18.1",
5559
"rollup-plugin-banner2": "^1.3.0",
@@ -58,12 +62,9 @@
5862
"rollup-plugin-postcss": "^4.0.2",
5963
"rollup-plugin-preserve-directives": "^0.4.0",
6064
"tailwindcss": "^3.4.9",
65+
"tailwindcss-animate": "^1.0.7",
6166
"tslib": "^2.6.3",
62-
"typescript": "^5.5.3",
63-
"class-variance-authority": "^0.7.0",
64-
"clsx": "^2.1.1",
65-
"next-themes": "^0.3.0",
66-
"react": "^18.3.1"
67+
"typescript": "^5.5.3"
6768
},
6869
"dependencies": {
6970
"@radix-ui/react-slot": "^1.1.0",

0 commit comments

Comments
 (0)