react-chessboard-ui 0.1.10 → 0.1.11
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.
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-chessboard-ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.11",
|
|
4
4
|
"description": "for chess apps",
|
|
5
5
|
"author": "skilldill",
|
|
6
6
|
"license": "MIT",
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"module": "dist/index.modern.js",
|
|
10
10
|
"source": "src/index.tsx",
|
|
11
|
+
"keywords": ["react", "chess", "chess.js", "chessboard", "chess board", "react-chessboard", "react chessboard", "react chess board", "react-dnd", "chessboard component", "drag and drop", "typescript", "lichess", "chesscom"],
|
|
11
12
|
"engines": {
|
|
12
13
|
"node": ">=10"
|
|
13
14
|
},
|