diff options
| author | DimitarChristoff <[email protected]> | 2012-10-29 14:41:45 +0000 |
|---|---|---|
| committer | DimitarChristoff <[email protected]> | 2012-10-29 14:41:45 +0000 |
| commit | 4fa5c950f545dc2b8bd5b8b27fcf022be9f662c0 (patch) | |
| tree | 6ee63f928fb797dd988d6d75b0021bdbfc6a1501 /lib | |
| parent | 7f75569cbff1f41739b1ff309503c86f4727aa7a (diff) | |
| download | faker-4fa5c950f545dc2b8bd5b8b27fcf022be9f662c0.tar.xz faker-4fa5c950f545dc2b8bd5b8b27fcf022be9f662c0.zip | |
change to support amd, modules.export only Faker and Faker to global otheriwse. change domains - removed .uk and added biz, io, me, net, org
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/definitions.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/definitions.js b/lib/definitions.js index 640f0bc2..57f7fe8f 100644 --- a/lib/definitions.js +++ b/lib/definitions.js @@ -137,7 +137,7 @@ exports.bs_noun = function() { }; exports.domain_suffix = function() { - return ["co.uk", "com", "us", "uk", "ca", "biz", "info", "name"]; + return ["co.uk", "com", "us", "net", "ca", "biz", "info", "name", "io", "org", "biz", "tv", "me"]; }; // lorem.js definitions |
