From 6824f63b7b1c50a8e4d6b5b4e3bcb575e5027a34 Mon Sep 17 00:00:00 2001 From: Jeff Hlywa Date: Tue, 7 Jun 2016 22:37:01 -0400 Subject: [PATCH] 0.10.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1ce8a582..940f2ce3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chess.js", - "version": "0.9.4", + "version": "0.10.0", "description": "A Javascript chess library for chess move generation/validation, piece placement/movement, and check/checkmate/draw detection", "author": "Jeff Hlywa (https://github.com/jhlywa)", "license": "BSD-2-Clause", @@ -29,7 +29,7 @@ "uglify-js": "2.4.21" }, "scripts": { - "test": "./node_modules/.bin/mocha", + "test": "./node_modules/.bin/mocha", "minify": "./node_modules/.bin/uglifyjs chess.js -c -m --comments 'license' > chess.min.js" } }