mirror of
https://github.com/fluencelabs/js-peer-id
synced 2025-04-25 15:12:30 +00:00
test: fix node-forge for the browser setup
This commit is contained in:
parent
58f1933980
commit
2aad1dce7b
16
.aegir.js
Normal file
16
.aegir.js
Normal file
@ -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'
|
||||||
|
)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -3,6 +3,7 @@ language: node_js
|
|||||||
node_js:
|
node_js:
|
||||||
- 4
|
- 4
|
||||||
- 5
|
- 5
|
||||||
|
- stable
|
||||||
|
|
||||||
# Make sure we have new NPM.
|
# Make sure we have new NPM.
|
||||||
before_install:
|
before_install:
|
||||||
|
29552
vendor/forge.bundle.js
vendored
29552
vendor/forge.bundle.js
vendored
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user