Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
antogyn committed Apr 20, 2016
1 parent 8fd4c03 commit 4159a81
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
{
"name": "node-red-contrib-debounce",
"version": "0.0.1",
"version": "0.0.2",
"author": "Anthony Giniers",
"description": "A debounce node for node-red",
"license" : "MIT",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/antogyn/node-red-contrib-debounce.git"
},
"dependencies": {
},
"keywords": [ "node-red", "debounce" ],
"dependencies": {},
"keywords": [
"node-red",
"debounce"
],
"node-red": {
"nodes": {
"debounce": "nodes/debounce.js"
}
}
}
}

0 comments on commit 4159a81

Please sign in to comment.