brand-shell 0.4.0 → 0.5.0

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 +9 -1
package/README.md CHANGED
@@ -86,4 +86,4 @@ import schema from "brand-shell/schema";
86
86
 
87
87
  SemVer is managed with Changesets.
88
88
 
89
- See [CONTRIBUTING.md](CONTRIBUTING.md) for development, commit policy, and release flow.
89
+ See [CONTRIBUTING.md](https://github.com/venwork-dev/brand-shell/blob/main/CONTRIBUTING.md) for development, commit policy, and release flow.
package/package.json CHANGED
@@ -1,7 +1,15 @@
1
1
  {
2
2
  "name": "brand-shell",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "Reusable Header and Footer components with typed details and theme. Premium default UX, works in React, Vite, Next.js.",
5
+ "homepage": "https://github.com/venwork-dev/brand-shell#readme",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/venwork-dev/brand-shell.git"
9
+ },
10
+ "bugs": {
11
+ "url": "https://github.com/venwork-dev/brand-shell/issues"
12
+ },
5
13
  "type": "module",
6
14
  "main": "./dist/index.mjs",
7
15
  "module": "./dist/index.mjs",