cm-chessboard 5.1.4 → 5.1.5

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/index.html +0 -1
  2. package/package.json +1 -1
package/index.html CHANGED
@@ -24,7 +24,6 @@ It works, it is cool and it is easy to use. 👍</p>
24
24
  <li><a href="examples/pieces-animation.html">Set different positions, with animation</a></li>
25
25
  <li><a href="examples/input-callbacks.html">Context input, mark squares and detect clicks on fields</a></li>
26
26
  <li><a href="examples/different-styles.html">Different styles and piece sets</a> 🎨</li>
27
- <li><a href="examples/many-boards.html">100 boards, in one page</a></li>
28
27
  <li><a href="examples/destroy-many-boards.html">Stress test, 5000 boards created and destroyed</a> 🤓 👍</li>
29
28
  </ul>
30
29
  <h3>Examples of extensions</h3>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cm-chessboard",
3
- "version": "5.1.4",
3
+ "version": "5.1.5",
4
4
  "description": "A JavaScript chessboard which is lightweight, ES6 module based, responsive, SVG rendered and without dependencies.",
5
5
  "keywords": [
6
6
  "chess",