@knitli/docs-components 1.0.0 → 1.0.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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @knitli/docs-components
2
2
 
3
- Shared branded components for Knitli documentation sites. This package is **not licensed**, which means you cannot include its components in your project without Knitli's written authorization. For license inquiries, contact license_request@knitli.com
3
+ Shared branded components for Knitli documentation sites. This package is **not licensed**, which means you cannot include its components in your project without Knitli's written authorization. For license inquiries, contact <license_request@knitli.com>
4
4
 
5
5
  ## Installation
6
6
 
@@ -148,7 +148,7 @@ import DocsBreadcrumb from '@knitli/docs-components/DocsBreadcrumb.astro';
148
148
 
149
149
  ### Logos
150
150
 
151
- Logo assets are available at `@knitli/docs-components/logos/`:
151
+ Logo assets are available at `@knitli/docs-components/logos/:
152
152
 
153
153
  - `knitli-logo.svg` - Standard Knitli logo
154
154
  - `knitli-logo-copper.svg` - Copper variant for docs theme
@@ -207,4 +207,4 @@ See [CHANGELOG.md](./CHANGELOG.md)
207
207
 
208
208
  ## License
209
209
 
210
- MIT
210
+ Not licensed.
package/package.json CHANGED
@@ -49,5 +49,5 @@
49
49
  },
50
50
  "type": "module",
51
51
  "types": "./dist/index.d.ts",
52
- "version": "1.0.0"
52
+ "version": "1.0.1"
53
53
  }