From 4dc578651002184b3858ce40deb71ff0e589b910 Mon Sep 17 00:00:00 2001 From: Shivam Sharma Date: Tue, 15 Oct 2024 20:02:13 +0530 Subject: [PATCH] v1.3.2 --- package-lock.json | 4 ++-- package.json | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ccb8f5e..ae32d93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "world-clockify", - "version": "1.1.2", + "version": "1.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "world-clockify", - "version": "1.1.2", + "version": "1.3.2", "license": "MIT", "dependencies": { "@types/luxon": "^3.4.2", diff --git a/package.json b/package.json index b48accc..6e8626b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "world-clockify", - "version": "1.1.2", + "version": "1.3.2", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", @@ -13,6 +13,7 @@ }, "files": [ "dist", + "docs", "src", "LICENSE", "REDME.md" @@ -24,7 +25,7 @@ "zone", "converter" ], - "homepage": "https://github.com/shivam-sharma7/world-clockify", + "homepage": "https://shivam-sharma7.github.io/world-clockify/#/", "repository": { "type": "git", "url": "git+https://github.com/shivam-sharma7/world-clockify.git"