Skip to content

Commit

Permalink
Import lib from node modules
Browse files Browse the repository at this point in the history
  • Loading branch information
vardius committed Feb 23, 2018
1 parent 1aca644 commit 456f188
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/server.js
Expand Up @@ -3,7 +3,7 @@ const fspath = require("path");
const cookieParser = require("cookie-parser");
const http = require("http");
const fs = require("fs");
const { PeerCdnServer } = require("peer-cdn");
const PeerCdnServer = require("peer-cdn/src/server");
// const PeerCdnServer = require("../src/server");

const PeerEventType = { PEER: "PEER" };
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Expand Up @@ -24,5 +24,5 @@ export {
Cache as CachePlugin,
Peer as PeerPlugin,
Delegate as DelegatePlugin,
Network as NetworkPlugin
Network as NetworkPlugin,
};

0 comments on commit 456f188

Please sign in to comment.