Skip to content

Commit

Permalink
Fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Sineos committed Aug 2, 2022
1 parent 2ccb3c0 commit 5a8187c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "red-contrib-timeouttrigger",
"name": "node-red-contrib-timeouttrigger",
"version": "0.0.3",
"description": "This node will pipe any received `msg` to its output. At the same time a time-out interval is set. Upon time-out a defined payload is send. Each new message will reset the time-out.",
"main": "timeouttrigger.js",
Expand All @@ -11,7 +11,8 @@
"keywords": [
"node-red",
"time-out",
"trigger"
"trigger",
"iot"
],
"author": "Sineos",
"license": "Apache-2.0",
Expand Down

0 comments on commit 5a8187c

Please sign in to comment.