Code tidy

This commit is contained in:
Bryan Ashby 2018-12-09 02:33:48 -07:00
parent 844286ea1c
commit a70d865d74
5 changed files with 8 additions and 8 deletions

View file

@ -1,10 +1,9 @@
/* jslint node: true */
'use strict';
// deps
const paths = require('path');
const os = require('os');
const moment = require('moment');
const packageJson = require('../package.json');