@pauldvlp/vp-react-ts-shadcn 0.5.1 → 0.5.2
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
|
@@ -8,7 +8,8 @@ import * as prompts from "@clack/prompts";
|
|
|
8
8
|
var RENAME = {
|
|
9
9
|
_gitignore: ".gitignore",
|
|
10
10
|
_dockerignore: ".dockerignore",
|
|
11
|
-
"_env.example": ".env.example"
|
|
11
|
+
"_env.example": ".env.example",
|
|
12
|
+
"_package.json": "package.json"
|
|
12
13
|
};
|
|
13
14
|
var DEFAULT_PRESET = "b30557okNu";
|
|
14
15
|
var ICON_LIBS = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pauldvlp/vp-react-ts-shadcn",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2",
|
|
4
4
|
"description": "Vite+ monorepo template: one frontend app (website) + a shared shadcn UI package, themeable via shadcn presets.",
|
|
5
5
|
"author": "pauldvlp (https://github.com/pauldvlp/vp-templates)",
|
|
6
6
|
"license": "MIT",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|