Skip to content

Commit 924e738

Browse files
fix: ready for ci
1 parent 851bb5b commit 924e738

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"datastore-level": "^0.1.0",
5959
"debug": "^2.6.3",
6060
"interface-datastore": "^0.1.1",
61-
"ipfs-block": "~0.5.5",
61+
"ipfs-block": "~0.6.0",
6262
"level-js": "^2.2.4",
6363
"leveldown": "^1.6.0",
6464
"lock-me": "^1.0.2",

test/node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ describe('IPFS Repo Tests on on Node.js', () => {
5454
})
5555

5656
it('init', (done) => {
57-
const dir = os.tmpdir() + Math.random()
57+
const dir = path.join(os.tmpdir(), String(Math.random()).slice(2))
5858
const r = new IPFSRepo(dir)
5959

6060
series([

0 commit comments

Comments
 (0)