Compare View
Changes
Showing
2 changed files
Side-by-side Diff
1
|
1 |
"use strict"; |
2
|
2 |
|
3
|
3 |
const fs = require('fs'); |
|
4 |
+const moment = require('moment'); |
4
|
5 |
|
5
|
6 |
let configFile = process.cwd() + "/config.json"; |
6
|
7 |
|
1
|
1 |
{ |
2
|
2 |
"name": "komodo-sdk", |
3
|
|
- "version": "1.7.1", |
|
3 |
+ "version": "1.7.2", |
4
|
4 |
"description": "SDK for Komodo", |
5
|
5 |
"main": "index.js", |
6
|
6 |
"scripts": { |