Skip to content

Commit

Permalink
Minor bug fix 🚧
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Apr 14, 2019
1 parent 73eaa34 commit f5b356f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/basic/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import shell from 'shelljs';
import Table from 'cli-table3';
import validate from 'validate-npm-package-name';

import boilerplate from '../../../config.json';
import boilerplate from '../../config.json';
import { showBanner } from '../../external/banner';
import { validateInstallation } from '../../utils/validations';

Expand Down
File renamed without changes.

0 comments on commit f5b356f

Please sign in to comment.