mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
Add javascript wrapper so it can be loaded directly
This commit is contained in:
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": {
|
||||
|
||||
Reference in New Issue
Block a user