Skip to content

Commit

Permalink
fixed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudcome committed Dec 19, 2016
1 parent 55e3b5b commit b0815d5
Showing 1 changed file with 9 additions and 21 deletions.
30 changes: 9 additions & 21 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "blear.classes.redis",
"version": "1.0.4",
"version": "1.0.5",
"description": "Redis 类,可创建 express-session storage 等",
"scripts": {
"live": "browser-sync start --config bs-config.js",
Expand Down Expand Up @@ -39,26 +39,14 @@
},
"dependencies": {
"blear.classes.class": "^1.0.8",
"blear.classes.events": "^1.0.4",
"blear.polyfills.array": "^1.0.3",
"blear.polyfills.date": "^1.0.1",
"blear.polyfills.function": "^1.0.1",
"blear.polyfills.json": "^1.0.1",
"blear.polyfills.object": "^1.0.1",
"blear.polyfills.string": "^1.0.1",
"blear.polyfills.time": "^1.0.3",
"blear.utils.access": "^1.0.2",
"blear.utils.array": "^1.0.4",
"blear.utils.collection": "^1.0.3",
"blear.utils.date": "^1.0.2",
"blear.utils.function": "^1.0.1",
"blear.utils.json": "^1.0.1",
"blear.utils.number": "^1.0.1",
"blear.utils.object": "^1.0.2",
"blear.utils.random": "^1.0.1",
"blear.utils.string": "^1.0.3",
"blear.utils.time": "^1.0.1",
"blear.utils.typeis": "^1.0.2",
"blear.classes.events": "1.x",
"blear.utils.number": "1.x",
"blear.utils.date": "1.x",
"blear.utils.json": "1.x",
"blear.utils.function": "1.x",
"blear.utils.access": "1.x",
"blear.utils.object": "1.x",
"blear.utils.typeis": "1.x",
"redis": "^2.6.1"
},
"peerDependencies": {},
Expand Down

0 comments on commit b0815d5

Please sign in to comment.