diff --git a/examples/node_modules/gun/index.js b/examples/node_modules/gun/index.js index 292363e0..b796be39 100644 --- a/examples/node_modules/gun/index.js +++ b/examples/node_modules/gun/index.js @@ -1 +1 @@ -module.exports = require('../../shots'); \ No newline at end of file +module.exports = require(__dirname + '/../../../shots'); \ No newline at end of file