Comparing version 1.5.13 to 1.5.14
{ | ||
"name": "casual", | ||
"version": "1.5.13", | ||
"version": "1.5.14", | ||
"description": "Fake data generator", | ||
@@ -5,0 +5,0 @@ "main": "src/casual.js", |
@@ -48,2 +48,9 @@ var first_letter_up = function(string) { | ||
phonetics: [ | ||
'Alfa', 'Bravo', 'Charlie', 'Delta', 'Echo', 'Foxtrot', 'Golf', 'Hotel', | ||
'India', 'Juliett', 'Kilo', 'Lima', 'Mike', 'November', 'Oscar', 'Papa', | ||
'Quebec', 'Romeo', 'Sierra', 'Tango', 'Uniform', 'Victor', 'Whiskey', | ||
'X-ray', 'Yankee', 'Zulu' | ||
], | ||
title: function() { | ||
@@ -105,2 +112,6 @@ return first_letter_up(this.words(this.integer(2, 3))); | ||
return this.random_element(this.letters); | ||
}, | ||
letter_phonetic: function() { | ||
return this.random_element(this.phonetics); | ||
} | ||
@@ -107,0 +118,0 @@ }; |
@@ -55,3 +55,4 @@ var casual = require('../'); | ||
'array_of_words', | ||
'letter' | ||
'letter', | ||
'letter_phonetic' | ||
]; | ||
@@ -58,0 +59,0 @@ |
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
296928
56
4789