mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Move serialport (and irc) to optional dependancies so installs ok in more places.
(albeit without serialport etc... - but not many clouds have serialports)
This commit is contained in:
parent
2fe9c1e55f
commit
8ee90777ee
@ -40,7 +40,6 @@
|
|||||||
"oauth":"0.9.12",
|
"oauth":"0.9.12",
|
||||||
"xml2js":"0.4.4",
|
"xml2js":"0.4.4",
|
||||||
"sentiment":"0.2.3",
|
"sentiment":"0.2.3",
|
||||||
"irc":"0.3.9",
|
|
||||||
"follow-redirects":"0.0.3",
|
"follow-redirects":"0.0.3",
|
||||||
"cors":"2.5.3",
|
"cors":"2.5.3",
|
||||||
"mkdirp":"0.5.0",
|
"mkdirp":"0.5.0",
|
||||||
@ -51,7 +50,6 @@
|
|||||||
"request":"2.42.0",
|
"request":"2.42.0",
|
||||||
"on-headers":"1.0.0",
|
"on-headers":"1.0.0",
|
||||||
"is-utf8":"0.2.0",
|
"is-utf8":"0.2.0",
|
||||||
"serialport":"1.4.10",
|
|
||||||
"feedparser":"0.19.2",
|
"feedparser":"0.19.2",
|
||||||
"fs.notify":"0.0.4",
|
"fs.notify":"0.0.4",
|
||||||
"passport":"0.2.1",
|
"passport":"0.2.1",
|
||||||
@ -60,6 +58,8 @@
|
|||||||
"oauth2orize":"1.0.1"
|
"oauth2orize":"1.0.1"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
|
"irc":"0.3.9",
|
||||||
|
"serialport":"1.4.10",
|
||||||
"bcrypt":"0.8.1"
|
"bcrypt":"0.8.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
Loading…
Reference in New Issue
Block a user