Skip to content

Commit 8fc8317

Browse files
committed
fix: solid template structure
1 parent 7c935a1 commit 8fc8317

File tree

18 files changed

+4
-6
lines changed

18 files changed

+4
-6
lines changed

Diff for: packages/template-blank-solid-ts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nativescript/template-blank-solid-ts",
3-
"main": "app/index.js",
4-
"version": "8.8.3",
3+
"main": "src/index.js",
4+
"version": "8.8.4",
55
"description": "Nativescript Starter with Solid",
66
"author": "NativeScript Team <[email protected]>",
77
"license": "Apache-2.0",

Diff for: packages/template-blank-solid-ts/app/app.css renamed to packages/template-blank-solid-ts/src/app.css

-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@
1212
font-family: 'Font Awesome 5 Free', 'fa-regular-400';
1313
font-weight: 400;
1414
}
15-

Diff for: packages/template-blank-solid/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nativescript/template-blank-solid",
3-
"main": "app/index.js",
4-
"version": "8.8.3",
3+
"main": "src/index.js",
4+
"version": "8.8.4",
55
"description": "Nativescript Starter with Solid",
66
"author": "NativeScript Team <[email protected]>",
77
"license": "Apache-2.0",

Diff for: packages/template-blank-solid/app/app.css renamed to packages/template-blank-solid/src/app.css

-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@
1212
font-family: 'Font Awesome 5 Free', 'fa-regular-400';
1313
font-weight: 400;
1414
}
15-

0 commit comments

Comments
 (0)