Skip to content

Commit

Permalink
update repository url
Browse files Browse the repository at this point in the history
  • Loading branch information
dkern committed Jul 24, 2020
1 parent edad29d commit 384259a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "node-red-contrib-throttle",
"version": "0.1.6",
"version": "0.1.7",
"description": "A Node-RED node to throttle down passed through message amount.",
"homepage": "http://github.com/eisbehr-/node-red-throttle",
"bugs": "http://github.com/eisbehr-/node-red-throttle/issues",
"homepage": "http://github.com/dkern/node-red-throttle",
"bugs": "http://github.com/dkern/node-red-throttle/issues",
"license": "Apache-2.0",
"author": {
"name": "Daniel 'Eisbehr' Kern",
Expand All @@ -12,7 +12,7 @@
},
"repository": {
"type": "git",
"url": "[email protected]:eisbehr-/node-red-throttle.git"
"url": "[email protected]:dkern/node-red-throttle.git"
},
"keywords": [
"node-red",
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
node-red-contrib-throttle
=========================

[![GitHub version](https://badge.fury.io/gh/eisbehr-%2Fnode-red-throttle.svg)](http://github.com/eisbehr-/node-red-throttle)
[![GitHub version](https://badge.fury.io/gh/dkern%2Fnode-red-throttle.svg)](http://github.com/dkern/node-red-throttle)
[![NPM version](https://badge.fury.io/js/node-red-contrib-throttle.svg)](http://www.npmjs.org/package/node-red-contrib-throttle)
[![Dependencies Status](https://david-dm.org/eisbehr-/node-red-throttle/status.svg)](https://david-dm.org/eisbehr-/node-red-throttle)
[![Dependencies Status](https://david-dm.org/dkern/node-red-throttle/status.svg)](https://david-dm.org/dkern/node-red-throttle)

A <a href="http://nodered.org" target="_new">Node-RED</a> node to throttle down outgoing messages.

Expand Down Expand Up @@ -109,7 +109,7 @@ Simple examples showing how to use the throttle and it's output.


## Bugs / Feature request
Please [report](http://github.com/eisbehr-/node-red-throttle/issues) bugs and feel free to [ask](http://github.com/eisbehr-/node-red-throttle/issues) for new features directly on GitHub.
Please [report](http://github.com/dkern/node-red-throttle/issues) bugs and feel free to [ask](http://github.com/dkern/node-red-throttle/issues) for new features directly on GitHub.


## License
Expand Down

0 comments on commit 384259a

Please sign in to comment.