Skip to content

Commit 9a226dc

Browse files
committed
Fix moment leftover in internal script
1 parent 1e0eb83 commit 9a226dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update-npm-assets.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pushd nikola/data/themes/base/assets/js
3131
ln -sf ../../../../../../npm_assets/node_modules/luxon/build/global/luxon.min.js .
3232
ln -sf ../../../../../../npm_assets/node_modules/html5shiv/dist/html5shiv-printshiv.min.js .
3333
ln -sf ../../../../../../npm_assets/node_modules/html5shiv/dist/html5shiv-printshiv.min.js html5.js
34-
git add moment-with-locales.min.js html5.js html5shiv-printshiv.min.js
34+
git add luxon.min.js html5.js html5shiv-printshiv.min.js
3535
popd
3636

3737
# Link jQuery to bootstrap theme

0 commit comments

Comments
 (0)