Skip to content

Commit

Permalink
TOOLS-2525 Everything needs to stop cloning with git:// URLs (#31)
Browse files Browse the repository at this point in the history
Reviewed by: Dan McDonald <[email protected]>
Reviewed by: Michael Zeller
  • Loading branch information
bahamat authored Nov 3, 2021
1 parent 982032c commit f544b6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "jsprim",
"version": "2.0.0",
"version": "2.0.1",
"description": "utilities for primitive JavaScript types",
"main": "./lib/jsprim.js",
"repository": {
"type": "git",
"url": "git://github.com/joyent/node-jsprim.git"
"url": "https://github.com/joyent/node-jsprim.git"
},
"dependencies": {
"assert-plus": "1.0.0",
Expand Down

0 comments on commit f544b6d

Please sign in to comment.