1
0
Fork 0

bugfix remove temp debug functionality

This commit is contained in:
Travis Fischer 2018-03-07 03:19:07 -05:00 committed by Joost De Cock
parent c7a482d325
commit c19fb7efe0
3 changed files with 1 additions and 11 deletions

View file

@ -76,11 +76,6 @@ module.exports.initPackageManager = async (opts) => {
info
} = opts
// TODO: TEMP
return new Promise((resolve) => {
setTimeout(resolve, 2000)
})
const example = path.join(dest, 'example')
const commands = [

View file

@ -11,11 +11,6 @@ module.exports = async () => {
manager: 'npm'
}
// TODO: TEMP
defaults.author = 'transitive-bullshit'
defaults.manager = 'yarn'
return defaults
try {
const gitConfigPath = getGitConfigPath('global')