From 26b105f06a37ca5b9d0a4ce01e1ff01140021742 Mon Sep 17 00:00:00 2001 From: Steve Date: Mon, 30 Sep 2024 16:42:46 -0400 Subject: [PATCH] version bump --- package.json | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index efc2e20..d51e7b6 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,11 @@ { "name": "pinata-web3", - "version": "0.4.1", + "version": "0.5.0", "description": "The new Pinata IPFS SDK", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", - "files": [ - "dist" - ], + "files": ["dist"], "exports": { ".": { "require": "./dist/index.js", @@ -24,11 +22,7 @@ "type": "git", "url": "https://github.com/PinataCloud/pinata-web3.git" }, - "keywords": [ - "ipfs", - "sdk", - "typescript" - ], + "keywords": ["ipfs", "sdk", "typescript"], "author": "Steve Simkins", "license": "MIT", "bugs": {