From: Simen Bekkhus Date: Tue, 5 Jan 2016 12:23:47 +0000 (+0100) Subject: Include changelog in npm release X-Git-Tag: 2.11.1~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30af00392fee8f67b094d6d599ec2b804a7f1ea3;p=thirdparty%2Fmoment.git Include changelog in npm release --- diff --git a/scripts/npm_prepublish.sh b/scripts/npm_prepublish.sh index a4889a55c..addfef753 100755 --- a/scripts/npm_prepublish.sh +++ b/scripts/npm_prepublish.sh @@ -32,6 +32,7 @@ mkdir $dest cp $src/moment.js $dest cp $src/package.json $dest cp $src/README.md $dest +cp $src/CHANGELOG.md $dest cp $src/LICENSE $dest cp -r $src/locale $dest cp -r $src/min $dest