aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/locales/en_GH/phone_number/index.js7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/locales/en_GH/phone_number/index.js b/lib/locales/en_GH/phone_number/index.js
index 1a74c701..8d35e011 100644
--- a/lib/locales/en_GH/phone_number/index.js
+++ b/lib/locales/en_GH/phone_number/index.js
@@ -1,4 +1,3 @@
-var cell_phone = {};
-module['exports'] = cell_phone;
-cell_phone.national = require("./national");
-cell_phone.international = require("./international");
+var phone_number = {};
+module['exports'] = phone_number;
+phone_number.formats = require("./formats");