Skip to content

Commit

Permalink
add sudoku.best to description
Browse files Browse the repository at this point in the history
  • Loading branch information
komeilmehranfar committed Dec 14, 2023
1 parent 2146624 commit c7e7928
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sudoku-core",
"version": "2.0.5",
"description": "A typescript Sudoku package for generating, solving (step-by-step or all), and analyzing Sudoku boards with ease. Perfect for building Sudoku games and integrating Sudoku functionality into your applications.",
"description": "A typescript Sudoku package for generating, solving (step-by-step or all), and analyzing Sudoku boards with ease. Perfect for building Sudoku games and integrating Sudoku functionality into your applications. it's the engine of https://sudoku.best website",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"scripts": {
Expand Down

0 comments on commit c7e7928

Please sign in to comment.