From d92b012aefd60fdc919d03a147dc0f28ababf0cd Mon Sep 17 00:00:00 2001 From: Tyler Date: Sun, 22 Oct 2017 11:27:30 -0700 Subject: add direction abbr options with tests --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/index.js') diff --git a/lib/index.js b/lib/index.js index 08f45b78..cd1a6cda 100644 --- a/lib/index.js +++ b/lib/index.js @@ -101,7 +101,7 @@ function Faker (opts) { var _definitions = { "name": ["first_name", "last_name", "prefix", "suffix", "gender", "title", "male_first_name", "female_first_name", "male_middle_name", "female_middle_name", "male_last_name", "female_last_name"], - "address": ["city_prefix", "city_suffix", "street_suffix", "county", "country", "country_code", "state", "state_abbr", "street_prefix", "postcode", "direction"], + "address": ["city_prefix", "city_suffix", "street_suffix", "county", "country", "country_code", "state", "state_abbr", "street_prefix", "postcode", "direction", "direction_abbr"], "company": ["adjective", "noun", "descriptor", "bs_adjective", "bs_noun", "bs_verb", "suffix"], "lorem": ["words"], "hacker": ["abbreviation", "adjective", "noun", "verb", "ingverb", "phrase"], -- cgit v1.2.3