mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Add javascript wrapper so it can be loaded directly
This commit is contained in:
parent
4fd5191528
commit
8808097f2c
2 changed files with 4 additions and 2 deletions
2
libraries/redis-wrapper/index.js
Normal file
2
libraries/redis-wrapper/index.js
Normal file
|
@ -0,0 +1,2 @@
|
|||
require("coffee-script").register();
|
||||
module.exports = require("./index.coffee");
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue