Skip to content

Commit

Permalink
Temporary passthrough of logIndicator, see logIndicator issue #35
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchPierias committed Aug 2, 2019
1 parent a652ca8 commit 5c520b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import * as program from 'commander';
import * as cliUtils from './utils';
export * from './logIndicator';
export const CLI = cliUtils;

const packageConfig = require('../../package.json');
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/project/projectManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { ncp as ncpCallback } from 'ncp';
import * as rimrafCallback from 'rimraf';
import { promisify } from 'util';
import { ConfigManager } from './../configManager';
import * as spinner from '@lamington/cli/logIndicator';
import * as spinner from '@lamington/cli';
import { GitIgnoreManager } from '../gitignoreManager';

const exists = promisify(existsCallback);
Expand Down

0 comments on commit 5c520b1

Please sign in to comment.