timed-queue
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -7,3 +7,3 @@ { | ||
], | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"main": "index.js", | ||
@@ -24,12 +24,11 @@ "repository": { | ||
"dependencies": { | ||
"thunk-redis": "^1.5.3", | ||
"thunks": "^4.1.4" | ||
"thunk-redis": "^1.5.5", | ||
"thunks": "^4.1.5" | ||
}, | ||
"devDependencies": { | ||
"mocha": "^2.4.5", | ||
"standard": "^6.0.8", | ||
"thunk-mocha": "^1.0.3" | ||
"tman": "^0.6.0" | ||
}, | ||
"scripts": { | ||
"test": "standard && mocha -t 120000 -r thunk-mocha test/index.js" | ||
"test": "standard && tman test/index.js" | ||
}, | ||
@@ -36,0 +35,0 @@ "files": [ |
2
21053
Updatedthunk-redis@^1.5.5
Updatedthunks@^4.1.5