mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
deps: Move xdate from static/third to npm
- Remove `xdate` from `static/third` and fetch it from `npm`. - Bump up the `PROVISION_VERSION` to 4.3. Part of #1709.
This commit is contained in:
@@ -2,7 +2,7 @@ set_global('document', null);
|
||||
set_global('page_params', {});
|
||||
|
||||
add_dependencies({
|
||||
XDate: 'third/xdate/xdate.dev.js',
|
||||
XDate: 'node_modules/xdate/src/xdate.js',
|
||||
});
|
||||
|
||||
var message_edit = require('js/message_edit.js');
|
||||
|
||||
Reference in New Issue
Block a user