Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
normalize-git-url@3.0.1
Browse files Browse the repository at this point in the history
* Accept and normalize scp-style git+https URLs for backward compat
* Fix small issue with scp-style URLs with slashes: git@host.com:/absolute/path.git works now

Fixes #8881

PR-URL: npm/normalize-git-url#3
PR-URL: npm/normalize-git-url#4
PR-URL: #8947
  • Loading branch information
zkat authored and iarna committed Jul 17, 2015
1 parent 2496219 commit 95ade29
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 20 deletions.
14 changes: 11 additions & 3 deletions node_modules/normalize-git-url/normalize-git-url.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 21 additions & 16 deletions node_modules/normalize-git-url/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions node_modules/normalize-git-url/test/basic.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"mkdirp": "~0.5.1",
"node-gyp": "~2.0.2",
"nopt": "~3.0.3",
"normalize-git-url": "~2.0.0",
"normalize-git-url": "~3.0.1",
"normalize-package-data": "~2.3.0",
"npm-cache-filename": "~1.0.2",
"npm-install-checks": "~1.0.5",
Expand Down

0 comments on commit 95ade29

Please sign in to comment.