From e52885bfe406cd267a598560a494df1e67c3384f Mon Sep 17 00:00:00 2001 From: Aya Morisawa Date: Tue, 3 Jan 2017 06:03:19 +0900 Subject: :sparkles: --- src/utils/lastCommitInfo.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/utils') diff --git a/src/utils/lastCommitInfo.ts b/src/utils/lastCommitInfo.ts index ac62f22be6..9682365dad 100644 --- a/src/utils/lastCommitInfo.ts +++ b/src/utils/lastCommitInfo.ts @@ -1,7 +1,7 @@ import Logger from './logger'; import * as chalk from 'chalk'; -const prominence = require('prominence'); -const git = require('git-last-commit'); +import prominence = require('prominence'); +import git = require('git-last-commit'); export default class { static async show(): Promise { -- cgit v1.2.3-freya