Skip to content

Commit

Permalink
Update package version, add license, and modify author link in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Best-Codes committed Nov 26, 2024
1 parent 6364d18 commit 45e2e07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ MIT

## Author

The-Best-Codes
[BestCodes](https://bestcodes.dev)
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "fast-spell",
"version": "0.0.0",
"version": "0.0.1",
"author": "The-Best-Codes",
"description": "A fast and lightweight spell checker library",
"license": "MIT",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down Expand Up @@ -46,4 +47,4 @@
"peerDependencies": {
"typescript": "^5.7.2"
}
}
}

0 comments on commit 45e2e07

Please sign in to comment.