X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=scripts%2Fbuild.sh;fp=scripts%2Fbuild.sh;h=35159e4aaee802d5cd472c524b38cd54a2448844;hb=627e054d1d77a0a8b02ed684b4105c5beafbc52a;hp=9374a9c0b077f8bd3acb3bc93b63069f91e346d1;hpb=87f78fb2306da355f82c436ee204cacf7a06fe10;p=dygraphs.git diff --git a/scripts/build.sh b/scripts/build.sh index 9374a9c..35159e4 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -34,7 +34,7 @@ browserify \ # Create dist/dygraph.tmp.js.map cat dist/dygraph.tmp.js | exorcist --base . dist/dygraph.tmp.js.map > /dev/null -header='/*! @license Copyright 2014 Dan Vanderkam (danvdk@gmail.com) MIT-licensed (http://opensource.org/licenses/MIT) */' +header='/*! @license Copyright 2017 Dan Vanderkam (danvdk@gmail.com) MIT-licensed (http://opensource.org/licenses/MIT) */' # Create dist/dygraph.js.min{,.map} uglifyjs --compress --mangle \