UNPKG

166 BJavaScriptView Raw
1// **index.js**
2// Simple file so that if you require this directory
3// in node it instead requires ./lib/social.coffee
4
5module.exports = require('./server/social');