@pauldvlp/vp-pkg-shadcn 0.5.1 → 0.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -11,7 +11,8 @@ import * as prompts from "@clack/prompts";
|
|
|
11
11
|
var RENAME = {
|
|
12
12
|
_gitignore: ".gitignore",
|
|
13
13
|
_dockerignore: ".dockerignore",
|
|
14
|
-
"_env.example": ".env.example"
|
|
14
|
+
"_env.example": ".env.example",
|
|
15
|
+
"_package.json": "package.json"
|
|
15
16
|
};
|
|
16
17
|
var DEFAULT_PRESET = "b30557okNu";
|
|
17
18
|
var ICON_LIBS = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pauldvlp/vp-pkg-shadcn",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.3",
|
|
4
4
|
"description": "Add a shared, fully customizable shadcn UI package (packages/ui) into an existing Vite+ monorepo, themeable via shadcn presets.",
|
|
5
5
|
"author": "pauldvlp (https://github.com/pauldvlp/vp-templates)",
|
|
6
6
|
"license": "MIT",
|