@toybreaker/fiko 0.5.0 → 0.5.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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -1
  3. package/package.json +2 -2
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024–2025 Toybreaker
3
+ Copyright (c) 2024–2026 Toybreaker
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -184,4 +184,4 @@ fiko was designed to pair with Astro scoped styles:
184
184
 
185
185
  ## License
186
186
 
187
- MIT — Copyright (c) 2024–2025 Toybreaker
187
+ MIT — Copyright (c) 2024–2026 Toybreaker
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@toybreaker/fiko",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "LOOK GOOD OR DIE! — cascade layers, OKLCH colors, design tokens. Zero specificity wars. Smiling DX.",
5
5
  "license": "MIT",
6
6
  "author": "Toybreaker <hello@junglestar.co>",
7
- "homepage": "https://junglesta.github.io/fiko/demo/",
7
+ "homepage": "https://fiko.junglestar.org",
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "git+https://github.com/junglesta/fiko.git"