Skip to content

Commit

Permalink
Update email and dates
Browse files Browse the repository at this point in the history
  • Loading branch information
pbojinov committed Jun 1, 2022
1 parent 1edd068 commit aeb6b90
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2018 Petar Bojinov - [email protected]
Copyright (c) 2022 Petar Bojinov - petarbojinov+github@gmail.com

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A tiny Node.js module for retrieving a request's IP address.

![](https://nodei.co/npm/request-ip.png?downloads=true&cacheBust=2)
![](https://nodei.co/npm/request-ip.png?downloads=true&cacheBust=3)

![](https://travis-ci.org/pbojinov/request-ip.svg?branch=master)
[![Coverage Status](https://coveralls.io/repos/pbojinov/request-ip/badge.svg)](https://coveralls.io/r/pbojinov/request-ip)
Expand All @@ -11,6 +11,12 @@ A tiny Node.js module for retrieving a request's IP address.

## Installation

Yarn
```
yarn add request-ip
```

npm
```bash
npm install request-ip --save
```
Expand Down
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "",
"main": "connect-middleware-simple.js",
"author": "Petar Bojinov <[email protected]> (https://github.com/pbojinov)",
"author": "Petar Bojinov <petarbojinov+github@gmail.com> (https://github.com/pbojinov)",
"license": "MIT",
"dependencies": {
"connect": "^3.4.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"url": "https://github.com/pbojinov/request-ip.git"
},
"license": "MIT",
"author": "Petar Bojinov <[email protected]>",
"author": "Petar Bojinov <petarbojinov+github@gmail.com>",
"contributors": [
{
"name": "Jon Peck",
Expand Down

0 comments on commit aeb6b90

Please sign in to comment.