bugfix remove temp debug functionality
This commit is contained in:
parent
c7a482d325
commit
c19fb7efe0
3 changed files with 1 additions and 11 deletions
|
@ -76,11 +76,6 @@ module.exports.initPackageManager = async (opts) => {
|
||||||
info
|
info
|
||||||
} = opts
|
} = opts
|
||||||
|
|
||||||
// TODO: TEMP
|
|
||||||
return new Promise((resolve) => {
|
|
||||||
setTimeout(resolve, 2000)
|
|
||||||
})
|
|
||||||
|
|
||||||
const example = path.join(dest, 'example')
|
const example = path.join(dest, 'example')
|
||||||
|
|
||||||
const commands = [
|
const commands = [
|
||||||
|
|
|
@ -11,11 +11,6 @@ module.exports = async () => {
|
||||||
manager: 'npm'
|
manager: 'npm'
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: TEMP
|
|
||||||
defaults.author = 'transitive-bullshit'
|
|
||||||
defaults.manager = 'yarn'
|
|
||||||
return defaults
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const gitConfigPath = getGitConfigPath('global')
|
const gitConfigPath = getGitConfigPath('global')
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "create-react-library",
|
"name": "create-react-library",
|
||||||
"version": "2.0.1",
|
"version": "2.1.0",
|
||||||
"description": "CLI for easily bootstrapping modern react libraries",
|
"description": "CLI for easily bootstrapping modern react libraries",
|
||||||
"repository": "transitive-bullshit/create-react-library",
|
"repository": "transitive-bullshit/create-react-library",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue