Skip to content
Snippets Groups Projects
Commit 677f3b55 authored by Aya Morisawa's avatar Aya Morisawa
Browse files

Use lowerCamelCase for file name

parent 9c6244df
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ const portUsed = require('tcp-port-used');
const isRoot = require('is-root');
import ProgressBar from './utils/cli/progressbar';
import initdb from './db/mongodb';
import checkDependencies from './utils/check-dependencies';
import checkDependencies from './utils/checkDependencies';
// Init babel
require('babel-core/register');
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment