Add @types/is-root

This commit is contained in:
Aya Morisawa 2017-01-03 05:49:37 +09:00
parent f495891ac3
commit 09cd610524
2 changed files with 2 additions and 1 deletions

View file

@ -38,6 +38,7 @@
"@types/gulp-uglify": "0.0.29",
"@types/gulp-util": "3.0.30",
"@types/inquirer": "0.0.32",
"@types/is-root": "1.0.0",
"@types/js-yaml": "3.5.29",
"@types/mongodb": "2.1.36",
"@types/ms": "0.7.29",

View file

@ -13,7 +13,7 @@ import * as cluster from 'cluster';
import Logger from './utils/logger';
import * as chalk from 'chalk';
const portUsed = require('tcp-port-used');
const isRoot = require('is-root');
import isRoot = require('is-root');
import ProgressBar from './utils/cli/progressbar';
import initdb from './db/mongodb';
import LastCommitInfo from './utils/lastCommitInfo';