aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.js4
1 files 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
+});