Skip to content

Commit

Permalink
Merge branch 'develop' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
erwstout committed Aug 26, 2021
2 parents 0621bd4 + d7633f3 commit a9a4171
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const createDirectory = async () => {

const setupProjectFiles = async () => {
const configFiles = [
".babelrc",
".browserslistrc",
".eslintignore",
".eslintrc.json",
Expand All @@ -44,6 +43,7 @@ const setupProjectFiles = async () => {
return;
}
console.log(`stdout: ${stdout}`);
console.log(chalk.green("✅ Git initialized!"));
});

await fs.copy(path.resolve(__dirname, "../lib"), ".");
Expand Down
5 changes: 5 additions & 0 deletions lib/.browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
not dead
not IE 11
> 0.25%
maintained node versions
last 2 versions

0 comments on commit a9a4171

Please sign in to comment.