test: fix node-forge for the browser setup

This commit is contained in:
dignifiedquire 2016-05-24 14:14:11 +02:00
parent 58f1933980
commit 2aad1dce7b
3 changed files with 17 additions and 29552 deletions

16
.aegir.js Normal file
View 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'
)
}
}
}
}

View File

@ -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

File diff suppressed because it is too large Load Diff