From 45e2e07504fdc111005c437c97cd76fb52dac066 Mon Sep 17 00:00:00 2001 From: The-Best-Codes Date: Tue, 26 Nov 2024 13:37:14 -0600 Subject: [PATCH] Update package version, add license, and modify author link in README. --- README.md | 2 +- package.json | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ea2f28e..2a9d67b 100644 --- a/README.md +++ b/README.md @@ -113,4 +113,4 @@ MIT ## Author -The-Best-Codes +[BestCodes](https://bestcodes.dev) diff --git a/package.json b/package.json index 439bb69..a5d29e9 100644 --- a/package.json +++ b/package.json @@ -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", @@ -46,4 +47,4 @@ "peerDependencies": { "typescript": "^5.7.2" } -} \ No newline at end of file +}