From a911e46bd4882f2274eca433b4a11646eae19ec3 Mon Sep 17 00:00:00 2001 From: Santhosh Thottingal Date: Thu, 2 Apr 2020 12:24:00 +0530 Subject: [PATCH] Fix the path to language-data.json in @wikimedia/language-data It was moved to data folder in recent commit: https://github.com/wikimedia/language-data/commit/09ab6024fe5200460cdec9a3f01c5098b49390de --- scripts/fetch-language-data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fetch-language-data.sh b/scripts/fetch-language-data.sh index 0677ac6..f52cf53 100755 --- a/scripts/fetch-language-data.sh +++ b/scripts/fetch-language-data.sh @@ -28,6 +28,6 @@ else ( echo "Transforming language-data" -"$BASEDIR"/node_modules/browserify/bin/cmd.js "$CLONEDIR"/language-data.json -t "$BASEDIR"/scripts/transform.js -o "$DEST"/jquery.uls.data.js +"$BASEDIR"/node_modules/browserify/bin/cmd.js "$CLONEDIR"/data/language-data.json -t "$BASEDIR"/scripts/transform.js -o "$DEST"/jquery.uls.data.js echo "language-data wrote to $DEST/jquery.uls.data.js"