@react-text-game/ui 0.3.0 → 0.3.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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-text-game/ui",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Themeable React UI component library for text-based games with Tailwind CSS v4, featuring story passages, interactive maps, and customizable game interfaces",
5
5
  "private": false,
6
6
  "type": "module",
@@ -8,7 +8,7 @@
8
8
  "module": "dist/index.js",
9
9
  "types": "dist/index.d.ts",
10
10
  "repository": "github:laruss/react-text-game",
11
- "homepage": "https://laruss.github.io/react-text-game/",
11
+ "homepage": "https://reacttextgame.dev/",
12
12
  "scripts": {
13
13
  "dev": "tsc --watch & tsc-alias --watch & bun run build:css --watch",
14
14
  "build": "tsc && tsc-alias && bun run build:css",