Fix package.json
This commit is contained in:
parent
f4c05b736b
commit
760e14ca01
|
|
@ -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
|
Wed Oct 30 19:28 2013 CDT
|
||||||
* www/assets/js/util.js: Fix mod permission check breaking chat box
|
* www/assets/js/util.js: Fix mod permission check breaking chat box
|
||||||
in chat only mode
|
in chat only mode
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,6 @@
|
||||||
"node_hash": "*",
|
"node_hash": "*",
|
||||||
"bcrypt": "*",
|
"bcrypt": "*",
|
||||||
"nodemailer": "*",
|
"nodemailer": "*",
|
||||||
"validator": "*"
|
"validator": "<2.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue