Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
fix: upgrade aegir and ensure glob is mocked
Browse files Browse the repository at this point in the history
Fixes #354,#353
  • Loading branch information
dignifiedquire committed Jul 7, 2016
1 parent 76bf64d commit 3c70eaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .aegir.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ module.exports = {
}
},
externals: {
fs: '{}',
mkdirp: '{}',
glob: '{}',
'simple-websocket-server': '{}'
}
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"homepage": "https://github.com/ipfs/js-ipfs#readme",
"devDependencies": {
"aegir": "^3.2.0",
"aegir": "^4.0.0",
"buffer-loader": "0.0.1",
"chai": "^3.5.0",
"expose-loader": "^0.7.1",
Expand Down Expand Up @@ -118,4 +118,4 @@
"kumavis <kumavis@users.noreply.github.com>",
"nginnever <ginneversource@gmail.com>"
]
}
}

0 comments on commit 3c70eaa

Please sign in to comment.