aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Barraud <[email protected]>2014-10-09 14:32:21 +0200
committerYann Barraud <[email protected]>2014-10-09 14:32:21 +0200
commit28d7931dfcdf84b4bb9df34fcac9db2a913ec38c (patch)
treeb6f60eec9196ead701e5d6642fef1bf8baed3e1b
parent67ddefc327d00697fd1d723349b188185cd88955 (diff)
downloadfaker-28d7931dfcdf84b4bb9df34fcac9db2a913ec38c.tar.xz
faker-28d7931dfcdf84b4bb9df34fcac9db2a913ec38c.zip
Added street suffix
-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
+});