twitch-bot-api
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -1,3 +0,3 @@ | ||
module.exports = (name) => { | ||
module.exports = (name = 'User') => { | ||
return `Hello ${name}!`; | ||
}; |
{ | ||
"name": "twitch-bot-api", | ||
"version": "1.0.0", | ||
"description": "", | ||
"version": "1.1.0", | ||
"description": "This is a test! Ignore!", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
314