Add javascript wrapper so it can be loaded directly

This commit is contained in:
James Allen 2014-11-07 15:02:45 +00:00
parent 4fd5191528
commit 8808097f2c
2 changed files with 4 additions and 2 deletions

View file

@ -0,0 +1,2 @@
require("coffee-script").register();
module.exports = require("./index.coffee");

View file

@ -1,8 +1,8 @@
{
"name": "redis-sharelatex",
"version": "0.0.4",
"version": "0.0.5",
"description": "redis wrapper for node which will either use sentinal or normal redis",
"main": "index.coffee",
"main": "index.js",
"author": "henry oswald @ sharelatex",
"license": "ISC",
"dependencies": {