From 28d7931dfcdf84b4bb9df34fcac9db2a913ec38c Mon Sep 17 00:00:00 2001 From: Yann Barraud Date: Thu, 9 Oct 2014 14:32:21 +0200 Subject: Added street suffix --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index f3bc4291..3e257c75 100644 --- a/index.js +++ b/index.js @@ -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 +}); -- cgit v1.2.3