diff --git a/bower.json b/bower.json index 74dfb24f..ea567b6f 100644 --- a/bower.json +++ b/bower.json @@ -12,7 +12,7 @@ "mustache": "~0.8.2", "qrcode": "https://github.com/davidshimjs/qrcodejs.git#1c78ccd71", "libphonenumber-api": "https://github.com/liliakai/libphonenumber-api.git", - "momentjs": "~2.14.0", + "moment": "~2.14.0", "indexeddb-backbonejs-adapter": "*", "intl-tel-input": "~4.0.1", "blueimp-load-image": "~1.13.0", @@ -63,7 +63,7 @@ "libphonenumber-api": [ "libphonenumber_api-compiled.js" ], - "momentjs": [ + "moment": [ "min/moment-with-locales.js" ], "indexeddb-backbonejs-adapter": [ @@ -115,7 +115,7 @@ "indexeddb-backbonejs-adapter", "qrcode", "libphonenumber-api", - "momentjs", + "moment", "intl-tel-input", "backbone.typeahead", "blueimp-load-image", diff --git a/components/momentjs/min/moment-with-locales.js b/components/moment/min/moment-with-locales.js similarity index 100% rename from components/momentjs/min/moment-with-locales.js rename to components/moment/min/moment-with-locales.js