Compare View
Changes
Showing
2 changed files
Side-by-side Diff
... |
... |
@@ -13,4 +13,6 @@ if (!fs.existsSync(configFile)) { |
13
|
13 |
|
14
|
14 |
const config = require(configFile); |
15
|
15 |
|
|
16 |
+moment.locale(config.moment_locale || 'id'); |
|
17 |
+ |
16
|
18 |
module.exports = config; |
1
|
1 |
{ |
2
|
2 |
"name": "komodo-sdk", |
3
|
|
- "version": "1.6.10", |
|
3 |
+ "version": "1.7.0", |
4
|
4 |
"description": "SDK for Komodo", |
5
|
5 |
"main": "index.js", |
6
|
6 |
"scripts": { |