Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from ingrammicro/feature/update-redis
Browse files Browse the repository at this point in the history
Update redis version
  • Loading branch information
alfonsoluna authored Jun 17, 2021
2 parents 465c48e + cfe700f commit e222e8b
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 20 deletions.
63 changes: 63 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

49 changes: 29 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,30 @@
{ "name" : "faye-redis"
, "description" : "Redis backend engine for Faye"
, "homepage" : "http://github.com/ingrammicro/faye-redis-node"
, "author" : "James Coglan <jcoglan@gmail.com> (http://jcoglan.com/)"
, "keywords" : ["pubsub", "bayeux"]
, "license" : "MIT"

, "version" : "0.3.0"
, "engines" : {"node": ">=0.4.0"}
, "main" : "./faye-redis"
, "dependencies" : {"redis": "2.8.0"}
, "devDependencies" : {"jstest": ""}

, "scripts" : {"test": "node spec/runner.js"}

, "bugs" : "http://github.com/ingrammicro/faye-redis-node/issues"

, "repository" : { "type" : "git"
, "url" : "git://github.com/ingrammicro/faye-redis-node.git"
}
{
"name": "faye-redis",
"description": "Redis backend engine for Faye",
"homepage": "http://github.com/ingrammicro/faye-redis-node",
"author": "James Coglan <jcoglan@gmail.com> (http://jcoglan.com/)",
"keywords": [
"pubsub",
"bayeux"
],
"license": "MIT",
"version": "0.3.1",
"engines": {
"node": ">=0.4.0"
},
"main": "./faye-redis",
"dependencies": {
"redis": "3.1.2"
},
"devDependencies": {
"jstest": ""
},
"scripts": {
"test": "node spec/runner.js"
},
"bugs": "http://github.com/ingrammicro/faye-redis-node/issues",
"repository": {
"type": "git",
"url": "git://github.com/ingrammicro/faye-redis-node.git"
}
}

0 comments on commit e222e8b

Please sign in to comment.