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

Commit

Permalink
Fix peer-id errors
Browse files Browse the repository at this point in the history
  • Loading branch information
fbaiodias committed Apr 8, 2016
1 parent 28ac19d commit 1b3649c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = function (config) {
var path = require('path')
var nodeForgePath = path.resolve(__dirname, 'node_modules/peer-id/deps/forge.bundle.js')
var nodeForgePath = path.resolve(__dirname, 'node_modules/peer-id/vendor/forge.bundle.js')

config.set({
basePath: '',
Expand Down

0 comments on commit 1b3649c

Please sign in to comment.