fix(build): add package.json again to the copy files for js

This commit is contained in:
Tobias Bosch 2015-03-27 17:34:26 -07:00
parent dbffa88dc2
commit c63b3164bd
1 changed files with 1 additions and 1 deletions

View File

@ -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'}),