Skip to content
This repository has been archived by the owner on Oct 25, 2018. It is now read-only.

Commit

Permalink
Fixed reference to gulp-umd
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos David Nexans committed Feb 26, 2017
1 parent 7252050 commit 360ea7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ gulp.task('build', () => {
}))
.pipe(deamdify({outputs:'Cherry.js'}))
.pipe(umd({
'exports' : 'main'
'exports' : function(e) { return 'main'; }
}))
.pipe(gulp.dest('dist/'));
});
Expand Down

0 comments on commit 360ea7c

Please sign in to comment.