Skip to content

Commit

Permalink
chore: update aegir (#51)
Browse files Browse the repository at this point in the history
* chore: update aegir

Depends on:

- [alanshaw/it-to-stream#4](alanshaw/it-to-stream#4)

* chore: update it-to-stream
  • Loading branch information
achingbrain committed Jul 9, 2020
1 parent 4cc3826 commit 61c7fe2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"dist"
],
"browser": {
"fs-extra": false,
"./src/text-encoder.js": "./src/text-encoder.browser.js",
"./src/text-decoder.js": "./src/text-decoder.browser.js",
"./src/temp-dir.js": "./src/temp-dir.browser.js",
"./src/path-join.js": "./src/path-join.browser.js"
"./src/path-join.js": "./src/path-join.browser.js",
"./test/files/glob-source.spec.js": false
},
"repository": "github:ipfs/js-ipfs-utils",
"scripts": {
Expand Down Expand Up @@ -47,12 +47,12 @@
"stream-to-it": "^0.2.0"
},
"devDependencies": {
"aegir": "^22.0.0",
"aegir": "^25.0.0",
"delay": "^4.3.0",
"it-all": "^1.0.2",
"it-drain": "^1.0.1",
"it-last": "^1.0.2",
"it-to-stream": "^0.1.1"
"it-to-stream": "^0.1.2"
},
"contributors": [
"Hugo Dias <hugomrdias@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion test/files/glob-source.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const path = require('path')
const {
isNode
} = require('../../src/env')
const fs = require('fs')
const fs = require('fs-extra')

function fixture (file) {
return path.resolve(path.join(__dirname, '..', 'fixtures', file))
Expand Down

0 comments on commit 61c7fe2

Please sign in to comment.