Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodyMO committed Jan 23, 2016
1 parent 2d24da4 commit d4bc92a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name" : "node-red-contrib-rcswitch2",
"author" : "nobodyMO,tlindener",
"version" : "0.1.0",
"version" : "0.1.1",
"description" : "Another rcswitch node for node-red",
"license" : "(MIT OR Apache-2.0)",
"dependencies": {
Expand All @@ -13,6 +13,13 @@
"nodes": {
"rcswitch": "rcswitch/rcswitch.js"
}
}
},
"repository" :
{ "type" : "git"
, "url" : "https://github.com/nobodyMO/node-red-contrib-rcswitch2.git"
},
"config": {
"unsafe-perm": true
}

}

0 comments on commit d4bc92a

Please sign in to comment.