mirror of
				https://github.com/node-red/node-red-nodes.git
				synced 2025-03-01 10:37:43 +00:00 
			
		
		
		
	tweak packages for xmpp and suncalc - updates for npm
This commit is contained in:
		| @@ -1,6 +1,6 @@ | ||||
| { | ||||
|     "name"          : "node-red-node-xmpp", | ||||
|     "version"       : "0.0.1", | ||||
|     "version"       : "0.0.2", | ||||
|     "description"   : "A Node-RED node to talk to an XMPP server", | ||||
|     "dependencies"  : { | ||||
|         "simple-xmpp"   : "0.1.19" | ||||
| @@ -9,7 +9,7 @@ | ||||
|         "type":"git", | ||||
|         "url":"https://github.com/node-red/node-red-nodes/tree/master/social/xmpp" | ||||
|     }, | ||||
|     "license": "Apache", | ||||
|     "license": "Apache-2.0", | ||||
|     "keywords": [ "node-red", "xmpp" ], | ||||
|     "node-red"      : { | ||||
|         "nodes"     : { | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| { | ||||
|     "name"          : "node-red-node-suncalc", | ||||
|     "version"       : "0.0.4", | ||||
|     "version"       : "0.0.5", | ||||
|     "description"   : "A Node-RED node to provide a signal at sunrise and sunset", | ||||
|     "dependencies"  : { | ||||
|         "suncalc"   : "1.5.*" | ||||
| @@ -9,7 +9,7 @@ | ||||
|         "type":"git", | ||||
|         "url":"https://github.com/node-red/node-red-nodes/tree/master/time" | ||||
|     }, | ||||
|     "license": "Apache", | ||||
|     "license": "Apache-2.0", | ||||
|     "keywords": [ "node-red", "suncalc" ], | ||||
|     "node-red"      : { | ||||
|         "nodes"     : { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user