Comparing version 1.5.0 to 1.6.0
@@ -73,3 +73,6 @@ #!/usr/bin/env node | ||
room.event.forEach(function (event, index) { | ||
choices.push({name: event.start + ': ' + event.title[0], value: {room: roomIndex, event: index, date: (new Date(event.date[0])).getTime()}}) | ||
choices.push({ | ||
name: event.start + ': ' + event.title[0] + ' (' + event.room + ')', | ||
value: {room: roomIndex, event: index, date: (new Date(event.date[0])).getTime()} | ||
}) | ||
}) | ||
@@ -95,3 +98,3 @@ }) | ||
name: 'talk', | ||
message: 'Choose Day ' + schedule.$.index + ' Talk', | ||
message: 'Choose Talk - Day ' + schedule.$.index, | ||
choices: choices, | ||
@@ -98,0 +101,0 @@ default: selected || 0 |
{ | ||
"name": "33c3", | ||
"version": "1.5.0", | ||
"version": "1.6.0", | ||
"description": "Chaos Communication Congress 2016 Schedule on the Command Line", | ||
@@ -35,5 +35,5 @@ "bin": "index.js", | ||
"coordinates": [ | ||
53.56198950870965, | ||
9.985569715417455 | ||
53.5619440721257, | ||
9.985637022949277 | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
422410
110