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" } }