Skip to content

Commit

Permalink
0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhlywa committed Jun 8, 2016
1 parent 37be3e1 commit 6824f63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (https://github.com/jhlywa)",
"license": "BSD-2-Clause",
Expand Down Expand Up @@ -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"
}
}

0 comments on commit 6824f63

Please sign in to comment.