Skip to content

Commit

Permalink
Move from mikeal/request to request/request
Browse files Browse the repository at this point in the history
  • Loading branch information
nylen committed Oct 26, 2014
1 parent 7ca8913 commit ed47d6b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Request — Simplified HTTP client
[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/mikeal/request?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

[![NPM](https://nodei.co/npm/request.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/request/)

[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/request/request?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

## Super simple to use

Request is designed to be the simplest way possible to make http calls. It supports HTTPS and follows redirects by default.
Expand Down Expand Up @@ -408,7 +408,7 @@ custom `User-Agent` header as well as https.
var request = require('request');

var options = {
url: 'https://api.github.com/repos/mikeal/request',
url: 'https://api.github.com/repos/request/request',
headers: {
'User-Agent': 'request'
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"author": "Mikeal Rogers <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/mikeal/request.git"
"url": "https://github.com/request/request.git"
},
"bugs": {
"url": "http://github.com/mikeal/request/issues"
"url": "http://github.com/request/request/issues"
},
"license": "Apache-2.0",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fi
npm version minor || exit 1

# Generate changelog from pull requests
github-changes -o mikeal -r request \
github-changes -o request -r request \
--auth --verbose \
--file CHANGELOG.md \
--only-pulls --use-commit-body \
Expand Down

0 comments on commit ed47d6b

Please sign in to comment.