From f5abeadcc4afb941fd98fd8564bd259c1a316448 Mon Sep 17 00:00:00 2001 From: Daniel Schaal Date: Thu, 8 Jun 2017 17:07:01 +0200 Subject: Update moment to 2.18 momentjs was renamed to moment, update all references --- templates/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/index.php b/templates/index.php index aa00aed2c..f341d40a3 100644 --- a/templates/index.php +++ b/templates/index.php @@ -8,7 +8,7 @@ script('news', [ 'vendor/angular-animate/angular-animate.min', 'vendor/angular-route/angular-route.min', 'vendor/angular-sanitize/angular-sanitize.min', - 'vendor/momentjs/min/moment-with-locales.min', + 'vendor/moment/min/moment-with-locales.min', 'vendor/masonry/dist/masonry.pkgd.min', 'build/app.min', ]); -- cgit v1.2.3