We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46dcfb1 commit 924f690Copy full SHA for 924f690
9 files changed
lib/globalize.js
@@ -5,8 +5,8 @@
5
6
'use strict';
7
8
-var path = require('path');
9
-var SG = require('strong-globalize');
+const path = require('path');
+const SG = require('strong-globalize');
10
11
SG.SetRootDir(path.join(__dirname, '..'), {autonomousMsgLoading: 'all'});
12
module.exports = SG();
0 commit comments