@mintjamsinc/ichigojs 0.1.4 → 0.1.5

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 +1 -1
package/README.md CHANGED
@@ -324,7 +324,7 @@ VDOM.createApp<AppData>({
324
324
 
325
325
  ## Examples
326
326
 
327
- See the [docs](https://mintjamsinc.github.io/ichigojs/) for live examples:
327
+ See the [docs](https://www.mintjams.jp/ichigojs/) for live examples:
328
328
 
329
329
  - **Basic Usage** - Getting started with ichigo.js
330
330
  - **Todo List** - Complete task management application
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mintjamsinc/ichigojs",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "ichigo.js - Simple and intuitive reactive framework. Lightweight, fast, and user-friendly virtual DOM library",
5
5
  "main": "./dist/ichigo.umd.js",
6
6
  "module": "./dist/ichigo.esm.js",