From c63b3164bd32d8e714dc0be907b302b86bfc10e3 Mon Sep 17 00:00:00 2001 From: Tobias Bosch Date: Fri, 27 Mar 2015 17:34:26 -0700 Subject: [PATCH] fix(build): add package.json again to the copy files for js --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'}),