Skip to content

Commit

Permalink
fix license url
Browse files Browse the repository at this point in the history
  • Loading branch information
komeilmehranfar committed Nov 16, 2023
1 parent 000d31c commit e9d4b17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ appreciated**.
## License

Distributed under the MIT License. See
[LICENSE](https://github.com/komeilmehranfar/sudoku-core/blob/main/LICENSE.md)
[LICENSE](https://github.com/komeilmehranfar/sudoku-core/blob/main/LICENSE)
for more information.

## Authors
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sudoku-core",
"version": "1.1.2",
"version": "1.1.3",
"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.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit e9d4b17

Please sign in to comment.