Skip to content

Commit

Permalink
fix: use comment to target files (fixes #5) (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
laggingreflex authored and gajus committed Nov 28, 2016
1 parent be0e6fd commit 974142c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities/createIndexCode.js
Expand Up @@ -25,7 +25,7 @@ const buildExportBlock = (files) => {
export default (filePaths) => {
let code;

code = '\'create index\';\n\n';
code = '// @create-index\n\n';

if (filePaths.length) {
const sortedFilePaths = filePaths.sort();
Expand Down

0 comments on commit 974142c

Please sign in to comment.