open-brandkit 0.4.8 → 0.4.9
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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -39,7 +39,7 @@ logos, your icons, your wordmarks, and your colors.
|
|
|
39
39
|
|
|
40
40
|
Open BrandKit currently works best with:
|
|
41
41
|
|
|
42
|
-
- A Next.js App Router site.
|
|
42
|
+
- A Next.js 14 or newer App Router site.
|
|
43
43
|
- Tailwind CSS 3 or 4.
|
|
44
44
|
- Logos and icons stored in your repo, usually under `public/logos`.
|
|
45
45
|
- SVG or PNG brand assets.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "open-brandkit",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.9",
|
|
4
4
|
"description": "A reusable, self-service brand kit system for websites and product repos.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"homepage": "https://github.com/campbell17/open-brandkit#readme",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
],
|
|
55
55
|
"license": "SEE LICENSE IN LICENSE",
|
|
56
56
|
"peerDependencies": {
|
|
57
|
-
"next": ">=
|
|
57
|
+
"next": ">=14",
|
|
58
58
|
"react": ">=18",
|
|
59
59
|
"react-dom": ">=18",
|
|
60
60
|
"tailwindcss": ">=3"
|