onix-chess
Advanced tools
Comparing version 1.5.25 to 1.5.26
export { Intl } from './Intl'; | ||
export { Color } from './chess/Color'; | ||
export { Color, ColorName } from './chess/Color'; | ||
export { Castle } from './chess/Castle'; | ||
@@ -4,0 +4,0 @@ export { Piece } from './chess/Piece'; |
{ | ||
"name": "onix-chess", | ||
"version": "1.5.25", | ||
"version": "1.5.26", | ||
"description": "Onix chess library", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
# onix-chess | ||
[![npm version][npm-badge]][npm] [![npm downloads][npd-badge]][npm] [![dependencies Status][dps-badge]][dps] | ||
[![npm version][npm-badge]][npm] [![npm downloads][npd-badge]][npm] [![dependencies Status][dps-badge]][dps][![FOSSA Status][fossa-badge]][fossa] | ||
@@ -9,3 +9,3 @@ Onix Chess classes library. | ||
© 2017 Nick Panteleeff | ||
© 2017-2020 Nick Panteleeff | ||
@@ -18,2 +18,4 @@ [MIT License](/LICENSE) | ||
[dps]: https://david-dm.org/DrNixx/onix-chess | ||
[npm]: https://www.npmjs.com/package/onix-chess | ||
[npm]: https://www.npmjs.com/package/onix-chess | ||
[fossa-badge]: https://app.fossa.com/api/projects/git%2Bgithub.com%2FDrNixx%2Fonix-chess.svg?type=shield | ||
[fossa]: https://app.fossa.com/projects/git%2Bgithub.com%2FDrNixx%2Fonix-chess?ref=badge_shield |
export { Intl } from './Intl'; | ||
export { Color } from './chess/Color'; | ||
export { Color, ColorName } from './chess/Color'; | ||
export { Castle } from './chess/Castle'; | ||
@@ -4,0 +4,0 @@ export { Piece } from './chess/Piece'; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
402191
60
20