Skip to content

Commit c12010f

Browse files
v1.4.2
1 parent bfea8ba commit c12010f

File tree

2 files changed

+10
-17
lines changed

2 files changed

+10
-17
lines changed

.npmignore

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
1-
node_modules
2-
src
3-
app
4-
rollup.config.js
5-
tsconfig.json
6-
.gitignore
7-
site
8-
tailwind.config.js
9-
*.py
10-
*.tgz
11-
screenshots
12-
tempCodeRunnerFile.*
13-
.release-it.json
14-
.github
15-
.vscode
16-
.gitattributes
1+
# Ignore everything
2+
*
3+
4+
# Whitelist dist folder and README.md
5+
!dist/
6+
!README.md
7+
!usage.md
8+
!package.json
9+
!LICENSE

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shadcn-theme-editor",
3-
"version": "1.4.2-beta",
3+
"version": "1.4.2",
44
"description": "Shadcn Theme Editor",
55
"module": "dist/index.mjs",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)