Skip to content

Commit

Permalink
fix: Updated postinstall script, bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
stevedylandev committed Sep 3, 2024
1 parent cf140da commit 3b36f99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinata",
"version": "1.0.4",
"version": "1.0.5",
"description": "The official Pinata SDK",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand All @@ -17,7 +17,7 @@
"build": "tsup src/index.ts --format cjs,esm --dts --external none",
"format": "npx @biomejs/biome format --write src tests",
"test": "jest --watchAll --verbose --coverage",
"postinstall": "node ./postinstall.js"
"postinstall": "node ./postinstall.js --loglevel=verbose"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3b36f99

Please sign in to comment.