@skalfa/skalfa-app 1.0.5 → 1.0.6
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 +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skalfa/skalfa-app",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"dev": "concurrently --raw 'next dev' 'bun run skalfa watch:barrels'",
|
|
6
6
|
"watch": "next dev",
|
|
@@ -41,5 +41,6 @@
|
|
|
41
41
|
"eslint-config-prettier": "^10.0.1",
|
|
42
42
|
"typescript": "^6.0.3"
|
|
43
43
|
},
|
|
44
|
-
"description": "Modern frontend starter template built with Next.js, pre-configured with PWA, Tauri, and modular extensions."
|
|
44
|
+
"description": "Modern frontend starter template built with Next.js, pre-configured with PWA, Tauri, and modular extensions.",
|
|
45
|
+
"license": "MIT"
|
|
45
46
|
}
|