This commit is contained in:
Dave Conway-Jones 2019-06-24 21:58:03 +01:00
commit 822064ee0d
No known key found for this signature in database
GPG Key ID: 9E7F9C73F5168CD4
4 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name" : "node-red-node-random",
"version" : "0.1.2",
"version" : "0.1.3",
"description" : "A Node-RED node that when triggered generates a random number between two values.",
"dependencies" : {
},

View File

@ -25,7 +25,6 @@
<input type="text" id="node-input-name" placeholder="Name" style="width:70%;">
</div>
</script>
70%
<script type="text/x-red" data-help-name="random">
<p>Generates a random number between a low and high value.</p>
<p>If you return an integer it can <i>include</i> both the low and high values.

Binary file not shown.

After

Width:  |  Height:  |  Size: 404 B

View File

@ -1,6 +1,6 @@
{
"name": "node-red-node-twitter",
"version": "1.1.4",
"version": "1.1.5",
"description": "A Node-RED node to talk to Twitter",
"dependencies": {
"twitter-ng": "0.6.2",