cm-chessboard 7.3.13 → 7.3.14

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.
@@ -12,8 +12,7 @@
12
12
  <body>
13
13
  <h1><a href="../">cm-chessboard</a></h1>
14
14
  <h2>Example: Input enabled with move validation and promotion dialog</h2>
15
- <p>Input enabled for white. <a href="https://github.com/shaack/chess.mjs">chess.mjs</a> does the validation and answers
16
- with random moves.</p>
15
+ <p>Input enabled for white. <a href="https://github.com/jhlywa/chess.js">chess.js</a> does the validation and answers with random moves.</p>
17
16
  <div class="board board-large" id="board"></div>
18
17
  <div id="output"></div>
19
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cm-chessboard",
3
- "version": "7.3.13",
3
+ "version": "7.3.14",
4
4
  "description": "A JavaScript chessboard which is lightweight, ES6 module based, responsive, SVG rendered and without dependencies.",
5
5
  "keywords": [
6
6
  "chess",