mirror of
https://github.com/zulip/zulip.git
synced 2026-06-21 21:32:29 +08:00
- Replace download-zxcvbn with downloading it from npm. - Change zxcvbn.js path to node_modules (because npm put it to `node_modules` directory. - Bump `PROVISION_VERSION` in `version.py` to 2.4. Fixes #2423.
3 lines
54 B
Python
3 lines
54 B
Python
ZULIP_VERSION = "1.4.1+git"
|
|
PROVISION_VERSION = '2.4'
|