Skip to content

Commit

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

Expand Down
File renamed without changes.

0 comments on commit 971cc02

Please sign in to comment.