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

Commit c3524ed

Browse files
committed
chore: release version v0.1.1
1 parent 5d06cc0 commit c3524ed

File tree

2 files changed

+20
-14
lines changed

2 files changed

+20
-14
lines changed

.aegir.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
'use strict'
2+
3+
const path = require('path')
4+
5+
module.exports = {
6+
webpack: {
7+
resolve: {
8+
alias: {
9+
'node-forge': path.resolve(
10+
path.dirname(require.resolve('libp2p-crypto')),
11+
'../vendor/forge.bundle.js'
12+
)
13+
}
14+
}
15+
}
16+
}

package.json

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -41,23 +41,13 @@
4141
"bs58": "^3.0.0"
4242
},
4343
"devDependencies": {
44-
"aegir": "^3.0.1",
44+
"aegir": "^3.1.0",
4545
"chai": "^3.5.0",
4646
"multiaddr": "^1.4.1",
47-
"peer-info": "^0.6.2",
47+
"peer-info": "^0.7.0",
4848
"pre-commit": "^1.1.2"
4949
},
5050
"contributors": [
5151
"David Dias <[email protected]>"
52-
],
53-
"aegir": {
54-
"webpack": {
55-
"resolve": {
56-
"alias": {
57-
"node-forge": "../../../node_modules/peer-id/vendor/forge.bundle.js"
58-
}
59-
},
60-
"externals": {}
61-
}
62-
}
63-
}
52+
]
53+
}

0 commit comments

Comments
 (0)