alfred-path-picker
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -56,4 +56,4 @@ #!/usr/bin/env node | ||
console.log(jsonToAlfred({ "results": results })); | ||
console.log(jsonToAlfred.createItems({ "results": results })); | ||
})(); |
{ | ||
"name": "alfred-path-picker", | ||
"description": "Search through paths defined in path files (see below) using Alfred, when selected, they open on the hostname that Chrome is currently on.", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"keywords": [ | ||
@@ -25,5 +25,5 @@ "alfred" | ||
"js-yaml": "^3.3.1", | ||
"json-to-alfred": "^1.0.0", | ||
"json-to-alfred": "^1.1.0", | ||
"lodash": "^3.10.1" | ||
} | ||
} |
67451
Updatedjson-to-alfred@^1.1.0