create-specra 0.2.0 → 0.2.1

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-specra",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "CLI tool to scaffold a new Specra documentation site with Next.js",
5
5
  "type": "module",
6
6
  "bin": {
@@ -28,8 +28,9 @@
28
28
  "author": "dalmasonto, arthur-kamau",
29
29
  "repository": {
30
30
  "type": "git",
31
- "url": "https://github.com/dalmasonto/specra-cli"
31
+ "url": "https://github.com/SpecraDocs/specra-cli"
32
32
  },
33
+ "homepage": "https://github.com/SpecraDocs",
33
34
  "license": "SEE LICENSE IN LICENSE.MD",
34
35
  "dependencies": {
35
36
  "commander": "^12.1.0",
@@ -10,7 +10,7 @@
10
10
  "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json"
11
11
  },
12
12
  "dependencies": {
13
- "specra": "^0.2.0"
13
+ "specra": "^0.2.1"
14
14
  },
15
15
  "devDependencies": {
16
16
  "@sveltejs/adapter-auto": "^3.0.0",
@@ -1,2 +1,8 @@
1
1
  @import "specra/styles";
2
2
  @source "./**/*.{js,ts,svelte}";
3
+
4
+
5
+ :root {
6
+ --font-sans: "Geist", "Geist Fallback";
7
+ --font-mono: "Geist Mono", "Geist Mono Fallback";
8
+ }
@@ -4,6 +4,11 @@
4
4
  <meta charset="utf-8" />
5
5
  <link rel="icon" href="%sveltekit.assets%/favicon.svg" type="image/svg+xml" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1" />
7
+ <link rel="preconnect" href="https://fonts.googleapis.com">
8
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
9
+ <link
10
+ href="https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&family=Geist:wght@100..900&display=swap"
11
+ rel="stylesheet">
7
12
  %sveltekit.head%
8
13
  </head>
9
14
  <body data-sveltekit-preload-data="hover" class="font-sans antialiased">
@@ -10,7 +10,7 @@
10
10
  "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json"
11
11
  },
12
12
  "dependencies": {
13
- "specra": "^0.2.0"
13
+ "specra": "^0.2.1"
14
14
  },
15
15
  "devDependencies": {
16
16
  "@sveltejs/adapter-auto": "^3.0.0",
@@ -1,2 +1,8 @@
1
1
  @import "specra/styles";
2
2
  @source "./**/*.{js,ts,svelte}";
3
+
4
+
5
+ :root {
6
+ --font-sans: "Geist", "Geist Fallback";
7
+ --font-mono: "Geist Mono", "Geist Mono Fallback";
8
+ }
@@ -4,6 +4,11 @@
4
4
  <meta charset="utf-8" />
5
5
  <link rel="icon" href="%sveltekit.assets%/favicon.svg" type="image/svg+xml" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1" />
7
+ <link rel="preconnect" href="https://fonts.googleapis.com">
8
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
9
+ <link
10
+ href="https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&family=Geist:wght@100..900&display=swap"
11
+ rel="stylesheet">
7
12
  %sveltekit.head%
8
13
  </head>
9
14
  <body data-sveltekit-preload-data="hover" class="font-sans antialiased">
@@ -10,7 +10,7 @@
10
10
  "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json"
11
11
  },
12
12
  "dependencies": {
13
- "specra": "^0.2.0"
13
+ "specra": "^0.2.1"
14
14
  },
15
15
  "devDependencies": {
16
16
  "@sveltejs/adapter-auto": "^3.0.0",
@@ -1,2 +1,8 @@
1
1
  @import "specra/styles";
2
2
  @source "./**/*.{js,ts,svelte}";
3
+
4
+
5
+ :root {
6
+ --font-sans: "Geist", "Geist Fallback";
7
+ --font-mono: "Geist Mono", "Geist Mono Fallback";
8
+ }
@@ -4,6 +4,11 @@
4
4
  <meta charset="utf-8" />
5
5
  <link rel="icon" href="%sveltekit.assets%/favicon.svg" type="image/svg+xml" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1" />
7
+ <link rel="preconnect" href="https://fonts.googleapis.com">
8
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
9
+ <link
10
+ href="https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&family=Geist:wght@100..900&display=swap"
11
+ rel="stylesheet">
7
12
  %sveltekit.head%
8
13
  </head>
9
14
  <body data-sveltekit-preload-data="hover" class="font-sans antialiased">