promise-flow
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "promise-flow", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Utility module for functions that return promises", | ||
@@ -9,3 +9,3 @@ "main": "lib/index.js", | ||
"build": "rm -rf lib && babel src --out-dir lib", | ||
"lint": "eslint .", | ||
"lint": "eslint --cache .", | ||
"test": "istanbul cover _mocha", | ||
@@ -15,11 +15,11 @@ "coveralls": "cat ./coverage/lcov.info | coveralls" | ||
"devDependencies": { | ||
"@springworks/test-harness": "^1.0.3", | ||
"babel": "^5.8.23", | ||
"babel-eslint": "^4.1.1", | ||
"coveralls": "^2.11.4", | ||
"eslint": "^1.3.1", | ||
"eslint-config-springworks": "^2.6.0", | ||
"eslint-plugin-mocha": "^0.5.1", | ||
"istanbul": "^0.3.19", | ||
"mocha": "^2.3.1" | ||
"@springworks/test-harness": "1.0.5", | ||
"babel": "5.8.23", | ||
"babel-eslint": "4.1.3", | ||
"coveralls": "2.11.4", | ||
"eslint": "1.5.1", | ||
"eslint-config-springworks": "3.1.1", | ||
"eslint-plugin-mocha": "1.0.0", | ||
"istanbul": "0.3.21", | ||
"mocha": "2.3.3" | ||
}, | ||
@@ -26,0 +26,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
10768