Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
stevedylandev committed Sep 30, 2024
1 parent 33a275b commit 26b105f
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand Down

0 comments on commit 26b105f

Please sign in to comment.