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:
dceejay 2015-06-16 08:40:39 +01:00
parent 0dbf43d0aa
commit 89f2c26cd6
1 changed files with 4 additions and 4 deletions

View File

@ -49,12 +49,12 @@
"passport-http-bearer":"1.0.1",
"passport-oauth2-client-password":"0.1.2",
"oauth2orize":"1.0.1",
"node-red-node-feedparser":"0.0.2",
"node-red-node-email":"0.0.1",
"node-red-node-twitter":"0.0.4"
"node-red-node-feedparser":"0.0.*",
"node-red-node-email":"0.0.*",
"node-red-node-twitter":"0.0.*"
},
"optionalDependencies": {
"node-red-node-serialport":"0.0.1",
"node-red-node-serialport":"0.0.*",
"bcrypt":"0.8.1"
},
"devDependencies": {