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

Commit 1b3649c

Browse files
committed
Fix peer-id errors
1 parent 28ac19d commit 1b3649c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = function (config) {
22
var path = require('path')
3-
var nodeForgePath = path.resolve(__dirname, 'node_modules/peer-id/deps/forge.bundle.js')
3+
var nodeForgePath = path.resolve(__dirname, 'node_modules/peer-id/vendor/forge.bundle.js')
44

55
config.set({
66
basePath: '',

0 commit comments

Comments
 (0)