create-powers 0.1.4 → 0.1.5
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/package.json +1 -1
- package/template/package.json +3 -3
package/package.json
CHANGED
package/template/package.json
CHANGED
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
"deploy:zip": "vite build && rm -f site-upload.zip && (cd dist && zip -r ../site-upload.zip .) && node -e \"console.log('\\n✓ Ready to upload: site-upload.zip\\n\\nNext:\\n 1. Host File Manager → web root (often public_html)\\n 2. Upload site-upload.zip → Extract\\n 3. Visit your domain\\n\\nGuide: https://github.com/spowers2/powers/blob/main/docs/DEPLOY.md\\n')\""
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@lab206/core": "^0.1.
|
|
14
|
-
"@lab206/dom": "^0.1.
|
|
15
|
-
"@lab206/ui": "^0.1.
|
|
13
|
+
"@lab206/core": "^0.1.5",
|
|
14
|
+
"@lab206/dom": "^0.1.5",
|
|
15
|
+
"@lab206/ui": "^0.1.5"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"typescript": "^5.8.2",
|