update deps, add related links to readme

master
jonschlinkert 9 years ago
parent 3c34cf9553
commit b7fdd46594

@ -181,6 +181,8 @@ Results in:
## Related projects ## 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-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-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) * [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)

@ -20,12 +20,12 @@
"test": "mocha" "test": "mocha"
}, },
"dependencies": { "dependencies": {
"ini": "^1.3.3" "ini": "^1.3.4"
}, },
"devDependencies": { "devDependencies": {
"gulp-format-md": "^0.1.7", "gulp-format-md": "^0.1.7",
"mocha": "*", "mocha": "^2.4.5",
"should": "*" "should": "^8.2.2"
}, },
"keywords": [ "keywords": [
"config", "config",
@ -33,14 +33,6 @@
"parse" "parse"
], ],
"verb": { "verb": {
"related": {
"list": [
"parse-github-url",
"parse-gitignore",
"parse-author",
"parse-authors"
]
},
"run": true, "run": true,
"toc": false, "toc": false,
"layout": "default", "layout": "default",
@ -50,6 +42,16 @@
"plugins": [ "plugins": [
"gulp-format-md" "gulp-format-md"
], ],
"related": {
"list": [
"parse-github-url",
"parse-gitignore",
"parse-author",
"parse-authors",
"git-user-name",
"git-username"
]
},
"reflinks": [ "reflinks": [
"verb" "verb"
], ],

Loading…
Cancel
Save