aboutsummaryrefslogtreecommitdiff
path: root/lib/index.js
diff options
context:
space:
mode:
authorMarak <[email protected]>2017-10-22 14:40:58 -0400
committerGitHub <[email protected]>2017-10-22 14:40:58 -0400
commitce92b3aebb0f87e07e5cff03a3b3d8ca56cf5a76 (patch)
tree17c39ebd80f9d3e412e9a63678724ac04d85d1d0 /lib/index.js
parentb78fdff29d5c6c3318948c2c44c7903eed55ce4c (diff)
parentd92b012aefd60fdc919d03a147dc0f28ababf0cd (diff)
downloadfaker-ce92b3aebb0f87e07e5cff03a3b3d8ca56cf5a76.tar.xz
faker-ce92b3aebb0f87e07e5cff03a3b3d8ca56cf5a76.zip
Merge pull request #564 from tylerreichle/add-directions
add directions to Address namespace
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 58f0012e..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"],
+ "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"],