mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Give our own linked core nodes some leeway on version number
so we can apply fixes without bumping package - which was the whole point of moving them out...
This commit is contained in:
parent
0dbf43d0aa
commit
89f2c26cd6
@ -49,12 +49,12 @@
|
|||||||
"passport-http-bearer":"1.0.1",
|
"passport-http-bearer":"1.0.1",
|
||||||
"passport-oauth2-client-password":"0.1.2",
|
"passport-oauth2-client-password":"0.1.2",
|
||||||
"oauth2orize":"1.0.1",
|
"oauth2orize":"1.0.1",
|
||||||
"node-red-node-feedparser":"0.0.2",
|
"node-red-node-feedparser":"0.0.*",
|
||||||
"node-red-node-email":"0.0.1",
|
"node-red-node-email":"0.0.*",
|
||||||
"node-red-node-twitter":"0.0.4"
|
"node-red-node-twitter":"0.0.*"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"node-red-node-serialport":"0.0.1",
|
"node-red-node-serialport":"0.0.*",
|
||||||
"bcrypt":"0.8.1"
|
"bcrypt":"0.8.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
Loading…
Reference in New Issue
Block a user