Skip to content

Commit

Permalink
TOOLS-2525 Everything needs to stop cloning with git:// URLs (#3)
Browse files Browse the repository at this point in the history
Reviewed by: Dan McDonald <danmcd@kebe.com>
Reviewed by: Michael Zeller
  • Loading branch information
bahamat committed Nov 2, 2021
1 parent f8eb43c commit 29effcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,12 +1,12 @@
{
"name": "fast-messages",
"description": "stream updates to clients using node-fast",
"version": "2.0.0",
"version": "2.0.1",
"author": "Joyent (joyent.com)",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "git://github.com/joyent/node-fast-messages.git"
"url": "https://github.com/joyent/node-fast-messages.git"
},
"dependencies": {
"assert-plus": "^1.0.0",
Expand Down

0 comments on commit 29effcb

Please sign in to comment.