Clean-ups

This commit is contained in:
Daniel Odendahl Jr
2017-08-16 16:06:06 +00:00
parent df12a04489
commit 218c8aa0fa
43 changed files with 98 additions and 127 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ module.exports = class CurrencyCommand extends Command {
{
key: 'amount',
prompt: 'How much money should be converted? Do not use symbols.',
type: 'integer'
type: 'float'
}
]
});
+1 -1
View File
@@ -31,7 +31,7 @@ module.exports = class TemperatureCommand extends Command {
{
key: 'amount',
prompt: 'What temperature should be converted?',
type: 'integer'
type: 'float'
}
]
});