mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-14 03:32:06 +00:00
Fix package.json
This commit is contained in:
parent
bf014530f9
commit
899c62f0b4
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
Thu Oct 31 18:10 2013 CDT
|
||||
* package.json: Require node-validator < 2.0.0 as a temporary
|
||||
measure while in-house XSS filtering is developed.
|
||||
|
||||
Wed Oct 30 19:28 2013 CDT
|
||||
* www/assets/js/util.js: Fix mod permission check breaking chat box
|
||||
in chat only mode
|
||||
|
|
|
|||
|
|
@ -13,6 +13,6 @@
|
|||
"node_hash": "*",
|
||||
"bcrypt": "*",
|
||||
"nodemailer": "*",
|
||||
"validator": "*"
|
||||
"validator": "<2.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue