Merge pull request #346 from santhoshtr/npm-no-save-browserify

Installing browserify should not update package.json
This commit is contained in:
Amir E. Aharoni
2019-08-29 14:03:29 +03:00
committed by GitHub

View File

@@ -23,7 +23,7 @@ then
else (
echo "Installing browserify"
cd "$BASEDIR";
npm install browserify
npm install --no-save browserify
) fi
echo "Transforming language-data"