discord-emoji-convert
Advanced tools
Comparing version 1.0.0 to 1.2.0
@@ -19,3 +19,3 @@ | ||
exports.bigText = function(phrase){ | ||
bigText = function(phrase){ | ||
var counter = 1; | ||
@@ -29,1 +29,2 @@ var bigWords = ""; | ||
// This code may feel inefficient, bulky, and horrible all at the same time. That's ok, It serves its purpose. - Jacob Snarr | ||
console.log(bigText("SNARR")); |
{ | ||
"name": "discord-emoji-convert", | ||
"version": "1.0.0", | ||
"version": "1.2.0", | ||
"description": "A very simple Text to Emoji converter for Discord", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"readme": "readme" | ||
}, | ||
@@ -13,3 +13,6 @@ "keywords": [ | ||
"author": "JacobSnarr", | ||
"license": "ISC" | ||
"license": "ISC", | ||
"dependencies": { | ||
"readme-creator": "^0.3.7" | ||
} | ||
} |
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
2292
3
1
1
16
1
+ Addedreadme-creator@^0.3.7
+ Addedreadme-creator@0.3.7(transitive)