From ee44b25710771608d43ffbbf26e0803624fdaf91 Mon Sep 17 00:00:00 2001 From: QueensGambit Date: Mon, 4 Apr 2022 19:54:20 +0200 Subject: [PATCH] Bump ffish.js version --- tests/js/package.json | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/tests/js/package.json b/tests/js/package.json index 3cbfac4..c28d941 100644 --- a/tests/js/package.json +++ b/tests/js/package.json @@ -1,6 +1,6 @@ { "name": "ffish", - "version": "0.6.6", + "version": "0.6.7", "description": "A high performance WebAssembly chess variant library based on Fairy-Stockfish", "main": "ffish.js", "scripts": { @@ -21,7 +21,12 @@ "type": "git", "url": "git+https://github.com/ianfab/Fairy-Stockfish.git" }, - "keywords": ["wasm", "library", "chess-variants", "fairy-stockfish"], + "keywords": [ + "wasm", + "library", + "chess-variants", + "fairy-stockfish" + ], "license": "GPL-3.0", "homepage": "https://github.com/ianfab/Fairy-Stockfish/tree/master/tests/js#readme", "dependencies": {}, -- 1.7.0.4