Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "restlr", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "A REST REPL for fun", | ||
@@ -5,0 +5,0 @@ "repository": "pke/restlr", |
@@ -21,2 +21,3 @@ const countItems = require("./countItems") | ||
name: part, | ||
role: "separator", | ||
message: `${part} (${count})`, | ||
@@ -23,0 +24,0 @@ choices: mapItems(items, choiceItem.bind(this, part)) |
5503529
56
1111