mafintosh / webrtc-swarm

Create a swarm of p2p connections using webrtc and a signalhub
MIT License
380 stars 60 forks source link

Signalhub is a necessary dependency in order to run the example #8

Closed paulkernfeld closed 8 years ago

paulkernfeld commented 8 years ago

I'm not sure if it's customary to include dependencies for examples in devDependencies, but if so, here it is.

perguth commented 8 years ago

I wonder about that case too.

Maybe have a separate minimalist package.json in the example folder?

mafintosh commented 8 years ago

@paulkernfeld thanks. as long as its not a heavy dep or a native dep its probably a good idea to include devDeps for runnable examples