We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfea8ba commit c12010fCopy full SHA for c12010f
.npmignore
@@ -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
+# Ignore everything
+*
+
+# Whitelist dist folder and README.md
+!dist/
+!README.md
+!usage.md
+!package.json
+!LICENSE
package.json
@@ -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",
0 commit comments