Skip to content

Commit

Permalink
v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
programming-with-ia committed Jan 20, 2025
1 parent bfea8ba commit c12010f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 17 deletions.
25 changes: 9 additions & 16 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
node_modules
src
app
rollup.config.js
tsconfig.json
.gitignore
site
tailwind.config.js
*.py
*.tgz
screenshots
tempCodeRunnerFile.*
.release-it.json
.github
.vscode
.gitattributes
# Ignore everything
*

# Whitelist dist folder and README.md
!dist/
!README.md
!usage.md
!package.json
!LICENSE
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shadcn-theme-editor",
"version": "1.4.2-beta",
"version": "1.4.2",
"description": "Shadcn Theme Editor",
"module": "dist/index.mjs",
"main": "dist/index.js",
Expand Down

0 comments on commit c12010f

Please sign in to comment.