diff options
| -rw-r--r-- | index.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -42,7 +42,7 @@ exports.definitions = {}; var _definitions = { "name": ["first_name", "last_name", "prefix", "suffix"], - "address": ["city_prefix", "city_suffix", "street_suffix", "county", "country", "state", "state_abbr"], + "address": ["city_prefix", "city_suffix", "street_suffix", "county", "country", "state", "state_abbr", "street_prefix"], "company": ["adjective", "noun", "descriptor", "bs_adjective", "bs_noun", "bs_verb"], "lorem": ["words"], "hacker": ["abbreviation", "adjective", "noun", "verb", "ingverb"], @@ -70,4 +70,4 @@ Object.keys(_definitions).forEach(function(d){ } }); }); -});
\ No newline at end of file +}); |
