Skip to content

Commit

Permalink
fix(build): add package.json again to the copy files for js
Browse files Browse the repository at this point in the history
  • Loading branch information
tbosch committed Mar 28, 2015
1 parent dbffa88 commit c63b316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'}),
Expand Down

0 comments on commit c63b316

Please sign in to comment.