From b7fdd46594518f12d2afc607454c2730b74e1fc3 Mon Sep 17 00:00:00 2001 From: jonschlinkert Date: Sat, 19 Mar 2016 13:02:22 -0400 Subject: [PATCH] update deps, add related links to readme --- README.md | 2 ++ package.json | 24 +++++++++++++----------- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 6dcf8d8..e68a2e7 100644 --- a/README.md +++ b/README.md @@ -181,6 +181,8 @@ Results in: ## Related projects +* [git-user-name](https://www.npmjs.com/package/git-user-name): Get a user's name from git config at the project or global scope, depending on… [more](https://www.npmjs.com/package/git-user-name) | [homepage](https://github.com/jonschlinkert/git-user-name) +* [git-username](https://www.npmjs.com/package/git-username): Get the username from a git remote origin URL. | [homepage](https://github.com/jonschlinkert/git-username) * [parse-author](https://www.npmjs.com/package/parse-author): Parse a string into an object with `name`, `email` and `url` properties following npm conventions.… [more](https://www.npmjs.com/package/parse-author) | [homepage](https://github.com/jonschlinkert/parse-author) * [parse-authors](https://www.npmjs.com/package/parse-authors): Parse a string into an array of objects with `name`, `email` and `url` properties following… [more](https://www.npmjs.com/package/parse-authors) | [homepage](https://github.com/jonschlinkert/parse-authors) * [parse-github-url](https://www.npmjs.com/package/parse-github-url): Parse a github URL into an object. | [homepage](https://github.com/jonschlinkert/parse-github-url) diff --git a/package.json b/package.json index 6f94842..c949652 100644 --- a/package.json +++ b/package.json @@ -20,12 +20,12 @@ "test": "mocha" }, "dependencies": { - "ini": "^1.3.3" + "ini": "^1.3.4" }, "devDependencies": { "gulp-format-md": "^0.1.7", - "mocha": "*", - "should": "*" + "mocha": "^2.4.5", + "should": "^8.2.2" }, "keywords": [ "config", @@ -33,14 +33,6 @@ "parse" ], "verb": { - "related": { - "list": [ - "parse-github-url", - "parse-gitignore", - "parse-author", - "parse-authors" - ] - }, "run": true, "toc": false, "layout": "default", @@ -50,6 +42,16 @@ "plugins": [ "gulp-format-md" ], + "related": { + "list": [ + "parse-github-url", + "parse-gitignore", + "parse-author", + "parse-authors", + "git-user-name", + "git-username" + ] + }, "reflinks": [ "verb" ],