mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00: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:
		| @@ -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": { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user