mirror of https://github.com/calzoneman/sync.git
Fix package.json
This commit is contained in:
parent
bf014530f9
commit
899c62f0b4
|
@ -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…
Reference in New Issue