Merge pull request #692 from jspm/sc-redis

Redis alias and override
This commit is contained in:
Sébastien Cevey
2015-12-23 17:25:51 +00:00
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"map": {
"./lib/parsers/hiredis": "@empty"
}
}
+1
View File
@@ -380,6 +380,7 @@
"react-router": "npm:react-router",
"jest-cli": "npm:jest-cli",
"readline": "github:jspm/nodelibs-readline",
"redis": "npm:redis",
"redux": "npm:redux",
"redux-devtools": "npm:redux-devtools",
"react-redux": "npm:react-redux",