mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Add "is-utf8" npm to package - part of fix #435
This commit is contained in:
parent
273acc0ec4
commit
bdb46cbbe4
@ -13,7 +13,7 @@
|
|||||||
"start": "node red.js",
|
"start": "node red.js",
|
||||||
"test": "./node_modules/.bin/grunt"
|
"test": "./node_modules/.bin/grunt"
|
||||||
},
|
},
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{"name": "Nick O'Leary"},
|
{"name": "Nick O'Leary"},
|
||||||
{"name": "Dave Conway-Jones"}
|
{"name": "Dave Conway-Jones"}
|
||||||
],
|
],
|
||||||
@ -44,7 +44,8 @@
|
|||||||
"nodemailer":"1.3.0",
|
"nodemailer":"1.3.0",
|
||||||
"imap":"0.8.13",
|
"imap":"0.8.13",
|
||||||
"request":"2.42.0",
|
"request":"2.42.0",
|
||||||
"colors":"0.6.2"
|
"colors":"0.6.2",
|
||||||
|
"is-utf8":"0.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"grunt": "0.4.5",
|
"grunt": "0.4.5",
|
||||||
|
Loading…
Reference in New Issue
Block a user