Skip to content

Commit

Permalink
chalk import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wickedev committed Nov 11, 2019
1 parent ff554fe commit de96f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'
const packageJson = require('./package.json')
const Generator = require('yeoman-generator')
const chalk = require('chalk').default
const chalk = require('chalk')
const JSON_SPACE = 4

function isNotEmpty(message) {
Expand Down

0 comments on commit de96f0a

Please sign in to comment.