cm-chessboard 4.3.3 → 4.3.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
@@ -365,7 +365,7 @@ const chessboard = new Chessboard(document.getElementById("board"), {
365
365
  position: "start",
366
366
  extensions: // list of used extensions
367
367
  [{
368
- class: MyCoolChessboardExtension, // this class of the extension
368
+ class: MyCoolChessboardExtension, // the class of the extension
369
369
  props: {
370
370
  // configure the extension here
371
371
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cm-chessboard",
3
- "version": "4.3.3",
3
+ "version": "4.3.4",
4
4
  "description": "A JavaScript chessboard which is lightweight, ES6 module based, responsive, SVG rendered and without dependencies.",
5
5
  "keywords": [
6
6
  "chess",