bfs-as-promised
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "bfs-as-promised", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Breadth-first search (BFS) using promise (Bluebird)", | ||
@@ -8,3 +8,3 @@ "main": "lib/bfs.js", | ||
"bfs", | ||
"breadth first search ", | ||
"breadth first search", | ||
"bluebird", | ||
@@ -30,4 +30,4 @@ "promise" | ||
"cover": "istanbul cover _mocha --include-all-sources -x **/lib/**", | ||
"lint": "eslint . --ignore-path .gitignore", | ||
"test": "mocha" | ||
"lint": "eslint src --ignore-path .gitignore", | ||
"test": "mocha && npm run lint" | ||
}, | ||
@@ -40,4 +40,4 @@ "devDependencies": { | ||
"eslint-config-standard": "^5", | ||
"eslint-plugin-promise": "^1", | ||
"eslint-plugin-standard": "^1", | ||
"eslint-plugin-promise": "^2", | ||
"eslint-plugin-standard": "^2", | ||
"istanbul": "^0.4", | ||
@@ -44,0 +44,0 @@ "mocha": "^2", |
20300