8000 chore: update contributors · ipfs/js-ipfs-http-response@893e302 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Sep 28, 2021. It is now read-only.

Commit 893e302

Browse files
committed
chore: update contributors
1 parent a22900a commit 893e302

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "ipfs-http-response",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "Creates an HTTP response from an IPFS Hash",
55
"leadMaintainer": "Vasco Santos <vasco.santos@moxy.studio>",
66
"main": "src/index.js",
77
"scripts": {
88
"lint": "aegir lint",
99
"release": "aegir release --target node",
10+
"release-minor": "aegir release --type minor --target node",
1011
"build": "aegir build",
1112
"test": "aegir test -t node",
1213
"test:node": "aegir test -t node"

0 commit comments

Comments
 (0)
0