repo-utils
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -13,3 +13,5 @@ 'use strict'; | ||
* | ||
* repo.git({pathname: 'abc/xyz'}); | ||
* var url = require('url'); | ||
* var parts = url.parse('abc/xyz'); | ||
* repo.git(parts); | ||
* //=> 'https://github.com/abc/xyz.git' | ||
@@ -16,0 +18,0 @@ * ``` |
{ | ||
"name": "repo-utils", | ||
"description": "Utils for normalizing and formatting repo data.", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"homepage": "https://github.com/jonschlinkert/repo-utils", | ||
@@ -48,2 +48,2 @@ "author": { | ||
] | ||
} | ||
} |
@@ -19,3 +19,3 @@ # repo-utils [![NPM version](https://badge.fury.io/js/repo-utils.svg)](http://badge.fury.io/js/repo-utils) | ||
### [.git](lib/git.js#L23) | ||
### [.git](lib/git.js#L25) | ||
@@ -31,3 +31,5 @@ Create a github `.git` url. | ||
repo.git({pathname: 'abc/xyz'}); | ||
var url = require('url'); | ||
var parts = url.parse('abc/xyz'); | ||
repo.git(parts); | ||
//=> 'https://github.com/abc/xyz.git' | ||
@@ -34,0 +36,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
101
7433
9
126