kaplay-ui 0.9.0 → 0.9.2

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 +6 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,13 +4,17 @@ _Expect breaking changes and incomplete features._
4
4
 
5
5
  # KAPLAY UI - A UI Component Library for KAPLAY
6
6
 
7
- _A simple and customizable UI library for [KAPLAY](https://kaplayjs.com/)._
7
+ _A simple and customizable component UI library for [KAPLAY](https://kaplayjs.com/)._
8
8
 
9
9
  ## 🚀 Introduction
10
10
 
11
11
  Kaplay UI is a component library designed specifically for KAPLAY. It will provide ready-made UI components to help you build better user interfaces for your KAPLAY games with minimal effort.
12
12
 
13
- ## 📦 Installation
13
+ - [Installation](#installation)
14
+ - [Usage](#usage)
15
+ - [License](#license)
16
+
17
+ ## Installation
14
18
 
15
19
  You can install Kaplay UI via npm:
16
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kaplay-ui",
3
- "version": "0.9.0",
3
+ "version": "0.9.2",
4
4
  "description": "UI components for KAPLAY",
5
5
  "main": "index.js",
6
6
  "repository": {