Skip to content

Commit

Permalink
Docs: Update badge and repository references
Browse files Browse the repository at this point in the history
  • Loading branch information
tusbar authored and phated committed Dec 10, 2018
1 parent bee36e0 commit 550d22a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# flagged-respawn [![Build Status](https://secure.travis-ci.org/tkellen/js-flagged-respawn.png)](http://travis-ci.org/tkellen/node-flagged-respawn)
# flagged-respawn [![Build Status](https://secure.travis-ci.org/js-cli/js-flagged-respawn.svg)](http://travis-ci.org/js-cli/js-flagged-respawn)
> A tool for respawning node binaries when special flags are present.
[![NPM](https://nodei.co/npm/flagged-respawn.png)](https://nodei.co/npm/flagged-respawn/)
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
"name": "flagged-respawn",
"description": "A tool for respawning node binaries when special flags are present.",
"version": "0.3.1",
"homepage": "https://github.com/tkellen/node-flagged-respawn",
"homepage": "https://github.com/js-cli/js-flagged-respawn",
"author": {
"name": "Tyler Kellen",
"url": "http://goingslowly.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/tkellen/node-flagged-respawn.git"
"url": "git://github.com/js-cli/js-flagged-respawn.git"
},
"bugs": {
"url": "https://github.com/tkellen/node-flagged-respawn/issues"
"url": "https://github.com/js-cli/js-flagged-respawn/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/tkellen/node-flagged-respawn/blob/master/LICENSE"
"url": "https://github.com/js-cli/js-flagged-respawn/blob/master/LICENSE"
}
],
"scripts": {
Expand Down

0 comments on commit 550d22a

Please sign in to comment.