Skip to content

Commit

Permalink
fix: rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfalcon committed Jun 22, 2019
1 parent 54a4110 commit ad6858c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ const generateFromTemplate = async () => {
'ods-[name].js': `ods-${lowerKebabCase(params.name)}.js`,
'package.temp': 'package.json',
'.npmignore.temp': '.npmignore',
'.gitignore.temp': '.gitignore',
'.travis.temp': '.travis.yml'
});
log(chalk.green('\nCopied all files!'));

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit ad6858c

Please sign in to comment.