diff --git a/gulpfile.js b/gulpfile.js index b1f74d5c59..2ef9772565 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -154,7 +154,7 @@ var CONFIG = { cjs: { src: [ 'modules/**/*.md', '!modules/**/*.dart.md', 'modules/**/*.png', - 'modules/**/*.cjs' + 'modules/**/*.cjs', 'modules/**/package.json' ], pipes: { '**/*.cjs': gulpPlugins.rename({extname: '.js'}),