Merge pull request #1850 from kirushanth-sakthivetpillai/bugfix/browserify-umd

Update gulpfile.js
This commit is contained in:
Evert Timberg 2016-01-06 21:06:36 -05:00
commit 1967bef9f6

View File

@ -86,7 +86,7 @@ function buildTask() {
" }\n"+
"}(this || window, function(<%= param %>) {\n"+
"<%= contents %>\n"+
"return <%= exports %>;\n"+
"return this.<%= exports %>;\n"+
"}));\n",
dependencies: function() {
return ['moment']