From 0cfc05f00502f631765e4e00c0265aabb1419160 Mon Sep 17 00:00:00 2001 From: Ojas13-git <79032848+Ojas13-git@users.noreply.github.com> Date: Thu, 26 Sep 2024 18:30:28 +0530 Subject: [PATCH] few updates in pkg.json and config --- .changeset/config.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index 428ac59..7d34109 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,6 +1,6 @@ { "$schema": "https://unpkg.com/@changesets/config@3.0.3/schema.json", - "changelog": "@changesets/cli/changelog", + "changelog": "@changesets/changelog-github", "commit": false, "fixed": [], "linked": [], diff --git a/package.json b/package.json index 9a79b42..86af48c 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,8 @@ "scripts": { "build": "tsup src/index.ts --format cjs,esm --dts" }, - "keywords": [], - "author": "", + "keywords": ["Smart Account"], + "author": "Ojas Palorkar", "license": "ISC", "files": [ "dist"