Add @types/is-root
This commit is contained in:
		
							parent
							
								
									f495891ac3
								
							
						
					
					
						commit
						09cd610524
					
				
					 2 changed files with 2 additions and 1 deletions
				
			
		|  | @ -38,6 +38,7 @@ | ||||||
|     "@types/gulp-uglify": "0.0.29", |     "@types/gulp-uglify": "0.0.29", | ||||||
|     "@types/gulp-util": "3.0.30", |     "@types/gulp-util": "3.0.30", | ||||||
|     "@types/inquirer": "0.0.32", |     "@types/inquirer": "0.0.32", | ||||||
|  |     "@types/is-root": "1.0.0", | ||||||
|     "@types/js-yaml": "3.5.29", |     "@types/js-yaml": "3.5.29", | ||||||
|     "@types/mongodb": "2.1.36", |     "@types/mongodb": "2.1.36", | ||||||
|     "@types/ms": "0.7.29", |     "@types/ms": "0.7.29", | ||||||
|  |  | ||||||
|  | @ -13,7 +13,7 @@ import * as cluster from 'cluster'; | ||||||
| import Logger from './utils/logger'; | import Logger from './utils/logger'; | ||||||
| import * as chalk from 'chalk'; | import * as chalk from 'chalk'; | ||||||
| const portUsed = require('tcp-port-used'); | const portUsed = require('tcp-port-used'); | ||||||
| const isRoot = require('is-root'); | import isRoot = require('is-root'); | ||||||
| import ProgressBar from './utils/cli/progressbar'; | import ProgressBar from './utils/cli/progressbar'; | ||||||
| import initdb from './db/mongodb'; | import initdb from './db/mongodb'; | ||||||
| import LastCommitInfo from './utils/lastCommitInfo'; | import LastCommitInfo from './utils/lastCommitInfo'; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue