Add "is-utf8" npm to package - part of fix #435

This commit is contained in:
Dave C-J 2014-11-04 22:00:58 +00:00
parent 273acc0ec4
commit bdb46cbbe4
1 changed files with 3 additions and 2 deletions

View File

@ -13,7 +13,7 @@
"start": "node red.js",
"test": "./node_modules/.bin/grunt"
},
"contributors": [
"contributors": [
{"name": "Nick O'Leary"},
{"name": "Dave Conway-Jones"}
],
@ -44,7 +44,8 @@
"nodemailer":"1.3.0",
"imap":"0.8.13",
"request":"2.42.0",
"colors":"0.6.2"
"colors":"0.6.2",
"is-utf8":"0.2.0"
},
"devDependencies": {
"grunt": "0.4.5",