Skip to content

Commit c34fd06

Browse files
committed
2.4.7
1 parent a31cf7f commit c34fd06

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
22
"name": "pinata",
3-
"version": "2.4.6",
3+
"version": "2.4.7",
44
"description": "The official Pinata SDK",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",
77
"types": "./dist/index.d.ts",
8-
"files": ["dist"],
8+
"files": [
9+
"dist"
10+
],
911
"exports": {
1012
".": {
1113
"types": "./dist/index.d.ts",
@@ -27,7 +29,11 @@
2729
"type": "git",
2830
"url": "git+https://github.com/PinataCloud/pinata.git"
2931
},
30-
"keywords": ["ipfs", "sdk", "typescript"],
32+
"keywords": [
33+
"ipfs",
34+
"sdk",
35+
"typescript"
36+
],
3137
"author": "Steve Simkins",
3238
"license": "MIT",
3339
"bugs": {

0 commit comments

Comments
 (0)