react-chessboard-ui 0.1.1 → 0.1.3

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 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # rechess
1
+ # react-chessboard-ui
2
2
 
3
- [![NPM](https://img.shields.io/npm/v/rechess.svg)](https://www.npmjs.com/package/rechess) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
3
+ [![NPM](https://img.shields.io/npm/v/react-chessboard-ui.svg)](https://www.npmjs.com/package/react-chessboard-ui) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
4
4
 
5
5
  ## ❗️ ATTENTION ❗️
6
6
  This is a package that is currently in active development.
@@ -10,21 +10,21 @@ This is a package that is currently in active development.
10
10
  ## Install
11
11
 
12
12
  ```bash
13
- npm install rechess
13
+ npm install react-chessboard-ui
14
14
  ```
15
15
 
16
16
  or
17
17
 
18
18
  ```bash
19
- yarn add rechess
19
+ yarn add react-chessboard-ui
20
20
  ```
21
21
 
22
22
  ## Usage
23
23
  ```tsx
24
24
  import React from 'react';
25
- import { ChessBoard } from 'rechess'; // ChessBoard is a base component of rechess
25
+ import { ChessBoard } from 'rechreact-chessboard-ui'; // ChessBoard is a base component of react-chessboard-ui
26
26
 
27
- import 'rechess/dist/index.css'; // required import css for ChessBoard
27
+ import 'react-chessboard-ui/dist/index.css'; // required import css for ChessBoard
28
28
 
29
29
  export const App = () => {
30
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-chessboard-ui",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "for chess apps",
5
5
  "author": "skilldill",
6
6
  "license": "MIT",