From 4fa5c950f545dc2b8bd5b8b27fcf022be9f662c0 Mon Sep 17 00:00:00 2001 From: DimitarChristoff Date: Mon, 29 Oct 2012 14:41:45 +0000 Subject: change to support amd, modules.export only Faker and Faker to global otheriwse. change domains - removed .uk and added biz, io, me, net, org --- lib/definitions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 -- cgit v1.2.3