create-nix-app 1.0.2 → 1.0.3
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-vanilla-js/index.html +1 -0
- package/template-vanilla-js/public/favicon.ico +0 -0
- package/template-vanilla-ts/public/favicon.ico +0 -0
- package/template-vite-js/index.html +0 -7
- package/template-vite-js/public/favicon.ico +0 -0
- package/template-vite-ts/index.html +0 -7
- package/template-vite-ts/public/favicon.ico +0 -0
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
@@ -4,13 +4,6 @@
|
|
|
4
4
|
<meta charset="UTF-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
6
|
<title>❄️ Nix.js + Vite JS</title>
|
|
7
|
-
<script type="importmap">
|
|
8
|
-
{
|
|
9
|
-
"imports": {
|
|
10
|
-
"@deijose/nix-js": "https://cdn.jsdelivr.net/npm/@deijose/nix-js@1.7.3/+esm"
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
</script>
|
|
14
7
|
<link rel="stylesheet" href="./src/style.css">
|
|
15
8
|
</head>
|
|
16
9
|
|
|
Binary file
|
|
@@ -5,13 +5,6 @@
|
|
|
5
5
|
<meta charset="UTF-8">
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
7
7
|
<title>❄️ Nix.js + Vite TS</title>
|
|
8
|
-
<script type="importmap">
|
|
9
|
-
{
|
|
10
|
-
"imports": {
|
|
11
|
-
"@deijose/nix-js": "https://cdn.jsdelivr.net/npm/@deijose/nix-js@1.7.3/+esm"
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
</script>
|
|
15
8
|
<link rel="stylesheet" href="/src/style.css">
|
|
16
9
|
</head>
|
|
17
10
|
|
|
Binary file
|