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

Commit

Permalink
chore: release version v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed May 27, 2016
1 parent 5d06cc0 commit c3524ed
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 14 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'
)
}
}
}
}
18 changes: 4 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,23 +41,13 @@
"bs58": "^3.0.0"
},
"devDependencies": {
"aegir": "^3.0.1",
"aegir": "^3.1.0",
"chai": "^3.5.0",
"multiaddr": "^1.4.1",
"peer-info": "^0.6.2",
"peer-info": "^0.7.0",
"pre-commit": "^1.1.2"
},
"contributors": [
"David Dias <[email protected]>"
],
"aegir": {
"webpack": {
"resolve": {
"alias": {
"node-forge": "../../../node_modules/peer-id/vendor/forge.bundle.js"
}
},
"externals": {}
}
}
}
]
}

0 comments on commit c3524ed

Please sign in to comment.