diff options
| author | Yann Barraud <[email protected]> | 2014-10-09 14:32:21 +0200 |
|---|---|---|
| committer | Yann Barraud <[email protected]> | 2014-10-09 14:32:21 +0200 |
| commit | 28d7931dfcdf84b4bb9df34fcac9db2a913ec38c (patch) | |
| tree | b6f60eec9196ead701e5d6642fef1bf8baed3e1b | |
| parent | 67ddefc327d00697fd1d723349b188185cd88955 (diff) | |
| download | faker-28d7931dfcdf84b4bb9df34fcac9db2a913ec38c.tar.xz faker-28d7931dfcdf84b4bb9df34fcac9db2a913ec38c.zip | |
Added street suffix
| -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 +}); |
