Skip to content

Commit 61c7fe2

Browse files
authored
chore: update aegir (#51)
* chore: update aegir Depends on: - [alanshaw/it-to-stream#4](alanshaw/it-to-stream#4) * chore: update it-to-stream
1 parent 4cc3826 commit 61c7fe2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"dist"
1313
],
1414
"browser": {
15-
"fs-extra": false,
1615
"./src/text-encoder.js": "./src/text-encoder.browser.js",
1716
"./src/text-decoder.js": "./src/text-decoder.browser.js",
1817
"./src/temp-dir.js": "./src/temp-dir.browser.js",
19-
"./src/path-join.js": "./src/path-join.browser.js"
18+
"./src/path-join.js": "./src/path-join.browser.js",
19+
"./test/files/glob-source.spec.js": false
2020
},
2121
"repository": "github:ipfs/js-ipfs-utils",
2222
"scripts": {
@@ -47,12 +47,12 @@
4747
"stream-to-it": "^0.2.0"
4848
},
4949
"devDependencies": {
50-
"aegir": "^22.0.0",
50+
"aegir": "^25.0.0",
5151
"delay": "^4.3.0",
5252
"it-all": "^1.0.2",
5353
"it-drain": "^1.0.1",
5454
"it-last": "^1.0.2",
55-
"it-to-stream": "^0.1.1"
55+
"it-to-stream": "^0.1.2"
5656
},
5757
"contributors": [
5858
"Hugo Dias <[email protected]>",

test/files/glob-source.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const path = require('path')
88
const {
99
isNode
1010
} = require('../../src/env')
11-
const fs = require('fs')
11+
const fs = require('fs-extra')
1212

1313
function fixture (file) {
1414
return path.resolve(path.join(__dirname, '..', 'fixtures', file))

0 commit comments

Comments
 (0)