mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Update Package.json file for all node-red-nodes to be Apache-2.0
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"name" : "node-red-node-digirgb",
|
||||
"version" : "0.0.3",
|
||||
"version" : "0.0.4",
|
||||
"description" : "A Node-RED node to control a Digispark RGB LED",
|
||||
"dependencies" : {
|
||||
"node-hid" : "0.3.1"
|
||||
"node-hid" : "0.4.*"
|
||||
},
|
||||
"homepage": "http://www.hardill.me.uk/wordpress/2013/02/06/budget-blink1/",
|
||||
"repository" : {
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/digiRGB"
|
||||
},
|
||||
"license": "Apache",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "digiRGB" ],
|
||||
"node-red" : {
|
||||
"nodes" : {
|
||||
|
Reference in New Issue
Block a user