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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Specra
2
2
 
3
- A modern documentation library for SvelteKit that makes it easy to create beautiful, feature-rich documentation sites.
3
+ A modern documentation library built on SvelteKit that makes it easy to create beautiful, feature-rich documentation sites.
4
4
  To view the docs, visit [Specra Docs](https://specra-docs.com).
5
5
 
6
6
  ## Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "specra",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "A modern documentation library for SvelteKit with built-in versioning, API reference generation, full-text search, and MDX support",
5
5
  "svelte": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -61,8 +61,9 @@
61
61
  "license": "SEE LICENSE IN LICENSE.MD",
62
62
  "repository": {
63
63
  "type": "git",
64
- "url": "https://github.com/dalmasonto/specra"
64
+ "url": "https://github.com/SpecraDocs/specra"
65
65
  },
66
+ "homepage": "https://github.com/SpecraDocs/specra-cli",
66
67
  "peerDependencies": {
67
68
  "@sveltejs/kit": "^2.0.0",
68
69
  "svelte": "^5.0.0"