Commit bc3c8ee446f8349951f7313165e29dd82c8fd8ae

Authored by Adhidarma Hadiwinoto
1 parent ad2d5e4d92
Exists in master

require moment

Showing 2 changed files with 2 additions and 0 deletions Side-by-side Diff

... ... @@ -6,6 +6,7 @@ const fs = require('fs');
6 6 const url = require('url');
7 7 const https = require('https');
8 8 const xmlrpc = require('xmlrpc');
  9 +const moment = require('moment');
9 10  
10 11 const config = require('komodo-sdk/config');
11 12 const logger = require('komodo-sdk/logger');
... ... @@ -23,6 +23,7 @@
23 23 "license": "ISC",
24 24 "dependencies": {
25 25 "komodo-sdk": "git+http://gitlab.kodesumber.com/komodo/komodo-sdk.git",
  26 + "moment": "^2.22.1",
26 27 "xmlrpc": "^1.3.2"
27 28 },
28 29 "devDependencies": {