Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "twemote", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "easy way to grab twitch emotes", | ||
@@ -5,0 +5,0 @@ "main": "twemote.js", |
@@ -17,2 +17,9 @@ const request = require('superagent'); | ||
/** | ||
* @function twemote | ||
* @param {string} name the name of the emote | ||
* @param {string} [size='small'] the size of the emote (small, medium, or large) | ||
* @returns {string} url the url of the emote | ||
*/ | ||
module.exports = (name, size = 'small') => { // es6 argument defaults are fucking amazing | ||
@@ -19,0 +26,0 @@ return new Promise((resolve, reject) => { |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
2057
3
28
1
16