aboutsummaryrefslogtreecommitdiff
path: root/lib/index.js
diff options
context:
space:
mode:
authorTyler <[email protected]>2017-10-22 11:27:30 -0700
committerTyler <[email protected]>2017-10-22 11:27:30 -0700
commitd92b012aefd60fdc919d03a147dc0f28ababf0cd (patch)
tree17c39ebd80f9d3e412e9a63678724ac04d85d1d0 /lib/index.js
parent07929b4c54ea386e5fab198b87b8a05493676c29 (diff)
downloadfaker-d92b012aefd60fdc919d03a147dc0f28ababf0cd.tar.xz
faker-d92b012aefd60fdc919d03a147dc0f28ababf0cd.zip
add direction abbr options with tests
Diffstat (limited to 'lib/index.js')
-rw-r--r--lib/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/index.js b/lib/index.js
index 08f45b78..cd1a6cda 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -101,7 +101,7 @@ function Faker (opts) {
var _definitions = {
"name": ["first_name", "last_name", "prefix", "suffix", "gender", "title", "male_first_name", "female_first_name", "male_middle_name", "female_middle_name", "male_last_name", "female_last_name"],
- "address": ["city_prefix", "city_suffix", "street_suffix", "county", "country", "country_code", "state", "state_abbr", "street_prefix", "postcode", "direction"],
+ "address": ["city_prefix", "city_suffix", "street_suffix", "county", "country", "country_code", "state", "state_abbr", "street_prefix", "postcode", "direction", "direction_abbr"],
"company": ["adjective", "noun", "descriptor", "bs_adjective", "bs_noun", "bs_verb", "suffix"],
"lorem": ["words"],
"hacker": ["abbreviation", "adjective", "noun", "verb", "ingverb", "phrase"],