From caa65e9ff66c9fd66b83882ceba30c97c90f4714 Mon Sep 17 00:00:00 2001 From: Petar Todorovic Date: Wed, 9 Jul 2025 10:11:00 +0200 Subject: [PATCH] fix: files for publish --- package.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 40af61f..8b8f86b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@yieldxyz/sdk", - "version": "0.0.1", + "version": "0.0.2", "description": "Yield.xyz SDK", "type": "module", "scripts": { @@ -24,7 +24,16 @@ "default": "./dist/index.msw.js" } }, - "keywords": [], + "files": [ + "dist", + "package.json", + "README.md" + ], + "keywords": [ + "stakekit", + "yieldxyz", + "sdk" + ], "author": "", "license": "ISC", "peerDependencies": {