This commit is contained in:
Aya Morisawa
2017-01-03 06:03:19 +09:00
parent 09cd610524
commit e52885bfe4
20 changed files with 29 additions and 30 deletions

View File

@@ -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<void> {