aptechka 0.3.0-test → 0.3.0
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aptechka",
|
|
3
|
-
"version": "0.3.0
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/denisavitski/aptechka.git"
|
|
@@ -400,7 +400,7 @@
|
|
|
400
400
|
}
|
|
401
401
|
},
|
|
402
402
|
"scripts": {
|
|
403
|
-
"dev
|
|
403
|
+
"dev": "vite --mode browser-htmc",
|
|
404
404
|
"build:browser-lib": "tsc && vite build --mode browser-lib",
|
|
405
405
|
"build:browser-htmc": "tsc && vite build --mode browser-htmc",
|
|
406
406
|
"build:plugin-htmc": "tsc && vite build --mode plugin-htmc",
|