From 0f1af1c2a4e4a91c8da60581621293e29a616a04 Mon Sep 17 00:00:00 2001 From: Neil Campbell Date: Fri, 29 Dec 2023 00:47:09 +0800 Subject: [PATCH] fix: try --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 2e5c9bd..3e8b09d 100644 --- a/package.json +++ b/package.json @@ -23,9 +23,6 @@ "homepage": "https://github.com/MakerXStudio/ipfs-storage#readme", "main": "./dist/index.js", "types": "./dist/index.d.ts", - "files": [ - "**/*" - ], "scripts": { "build": "run-s build:*", "build:0-clean": "rimraf dist", @@ -131,7 +128,7 @@ [ "@semantic-release/npm", { - "pkgRoot": "dist" + "pkgRoot": "./dist" } ], "@semantic-release/github"