We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec78b12 commit cb9c43fCopy full SHA for cb9c43f
.gitignore
@@ -1,2 +1,4 @@
1
node_modules/
2
.env
3
+yarn.lock
4
+package-lock.json
package.json
@@ -32,7 +32,7 @@
32
"ipd": "bin/ipfs-deploy.js"
33
},
34
"engines": {
35
- "node": "10.15.3 - 11.x.x"
+ "node": ">=10.15.3"
36
37
"dependencies": {
38
"@pinata/sdk": "^1.0.18",
0 commit comments