Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed May 27, 2016
1 parent c911536 commit 0a2ab07
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 16 deletions.
16 changes: 16 additions & 0 deletions .aegir.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
'use strict'

const path = require('path')

module.exports = {
webpack: {
resolve: {
alias: {
'node-forge': path.resolve(
path.dirname(require.resolve('libp2p-crypto')),
'../vendor/forge.bundle.js'
)
}
}
}
}
23 changes: 7 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,37 +31,28 @@
},
"homepage": "https://github.com/ipfs/js-libp2p-ipfs-browser#readme",
"devDependencies": {
"aegir": "^3.0.4",
"aegir": "^3.1.0",
"bl": "^1.1.2",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"libp2p-ipfs": "^0.8.0",
"peer-id": "^0.6.7",
"libp2p-ipfs": "^0.9.0",
"peer-id": "^0.7.0",
"pre-commit": "^1.1.3",
"run-parallel": "^1.1.6",
"webrtcsupport": "^2.2.0"
},
"dependencies": {
"babel-runtime": "^6.9.0",
"libp2p-spdy": "^0.6.1",
"libp2p-swarm": "^0.18.1",
"libp2p-webrtc-star": "^0.1.3",
"libp2p-swarm": "^0.19.0",
"libp2p-webrtc-star": "^0.2.0",
"libp2p-websockets": "^0.6.0",
"multiaddr": "^2.0.2",
"peer-info": "^0.6.2"
},
"aegir": {
"webpack": {
"resolve": {
"alias": {
"node-forge": "../vendor/forge.bundle.js"
}
}
}
"peer-info": "^0.7.0"
},
"contributors": [
"David Dias <[email protected]>",
"dignifiedquire <[email protected]>",
"greenkeeperio-bot <[email protected]>"
]
}
}

0 comments on commit 0a2ab07

Please sign in to comment.