@alepot55/chessboardjs 2.0.3 → 2.0.4

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
@@ -7,7 +7,7 @@ Chessboard.js is designed with simplicity and flexibility in mind. Configure boa
7
7
 
8
8
  ## Installation
9
9
  ```bash
10
- npm install chessboardjs
10
+ npm i @alepot55/chessboardjs
11
11
  ```
12
12
 
13
13
  ## Usage
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "chess.js": "^1.0.0"
4
4
  },
5
5
  "name": "@alepot55/chessboardjs",
6
- "version": "2.0.3",
6
+ "version": "2.0.4",
7
7
  "main": "chessboard.js",
8
8
  "type": "module",
9
9
  "scripts": {