summaryrefslogtreecommitdiff
path: root/web-ui/bower.json
diff options
context:
space:
mode:
authorBruno Wagner <bwgpro@gmail.com>2014-12-15 16:00:25 -0200
committerBruno Wagner <bwgpro@gmail.com>2014-12-15 16:00:25 -0200
commitaf9868a7080ee0fea7355ae358c1e1766991202c (patch)
tree4ee1cad69b10f119d17125a9cf8dec49f6b67fd6 /web-ui/bower.json
parentc5e45b28aa99d926ed6f53b8155da56dfb366941 (diff)
#170 Added UTF-8 encoding to the html body, because the quoted-printable module was messing up encoding otherwise
Diffstat (limited to 'web-ui/bower.json')
-rw-r--r--web-ui/bower.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/web-ui/bower.json b/web-ui/bower.json
index 8998930e..3b51fefa 100644
--- a/web-ui/bower.json
+++ b/web-ui/bower.json
@@ -11,7 +11,8 @@
"font-awesome": "4.2.0",
"quoted-printable": "0.2.1",
"typeahead.js": "~0.10.5",
- "jasmine-flight": "~3.0.0"
+ "jasmine-flight": "~3.0.0",
+ "utf8": "~2.0.0"
},
"devDependencies": {
"handlebars": "2.0.0",