Skip to content

Commit b90f9a3

Browse files
committed
chore: specify supported node version
1 parent b5afeef commit b90f9a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
"ipfs-deploy": "bin/ipfs-deploy.js",
3232
"ipd": "bin/ipfs-deploy.js"
3333
},
34+
"engines": {
35+
"node": "^10.15.3"
36+
},
3437
"dependencies": {
3538
"@pinata/sdk": "^1.0.18",
3639
"byte-size": "^5.0.1",

0 commit comments

Comments
 (0)