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

Commit b0dc017

Browse files
committed
feat: go-ipfs 0.4.18
1 parent ac9ffa1 commit b0dc017

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "go-ipfs-dep",
3-
"version": "0.4.17",
3+
"version": "0.4.18",
44
"description": "Install the latest go-ipfs binary",
55
"main": "src/index.js",
66
"engines": {
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"go-platform": "^1.0.0",
2121
"gunzip-maybe": "^1.4.1",
22-
"request": "^2.87.0",
22+
"request": "^2.88.0",
2323
"tar-fs": "^1.16.3",
2424
"unzip-stream": "^0.3.0"
2525
},
@@ -35,7 +35,7 @@
3535
"homepage": "https://github.com/ipfs/npm-go-ipfs-dep",
3636
"devDependencies": {
3737
"rimraf": "^2.6.2",
38-
"standard": "^11.0.1",
38+
"standard": "^12.0.1",
3939
"tap-spec": "^5.0.0",
4040
"tape": "^4.9.1"
4141
}

src/check-support.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ const supportedVersions = [
3434
'v0.4.14',
3535
'v0.4.15',
3636
'v0.4.16',
37-
'v0.4.17'
37+
'v0.4.17',
38+
'v0.4.18'
3839
]
3940

4041
// Check functions

0 commit comments

Comments
 (0)