Skip to content

Commit 0f1fd17

Browse files
committed
version bump & update readme file
1 parent 1bd79f2 commit 0f1fd17

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Ebay API Client for node js.
55
The intent is to simplify the request process by handling the tedious logic. It's a thin wrapper around eBay Api.
66

77
[![npm version](https://badge.fury.io/js/ebay-node-api.svg)](https://badge.fury.io/js/ebay-node-api)
8-
[![Build Status](https://travis-ci.org/ajay2507/ebay-node-api.svg?branch=master)](https://travis-ci.org/ajay2507/ebay-node-api)
8+
[![Build Status](https://travis-ci.org/pajaydev/ebay-node-api.svg?branch=master)](https://travis-ci.org/ajay2507/ebay-node-api)
99

1010

1111
## Table of Contents
@@ -312,14 +312,14 @@ All test files are present inside test folder. You can run using
312312
npm run test
313313
```
314314
## Issues:
315-
If you are facing any issues, you can create the issues [here](https://github.com/ajay2507/ebay-node-api/issues).
315+
If you are facing any issues, you can create the issues [here](https://github.com/pajaydev/ebay-node-api/issues).
316316

317317
## Contribution:
318-
Willing to share your idea or ready to contribute, check [here](https://github.com/ajay2507/ebay-node-api/blob/master/CONTRIBUTING.md)
318+
Willing to share your idea or ready to contribute, check [here](https://github.com/pajaydev/ebay-node-api/blob/master/CONTRIBUTING.md)
319319

320320
## License:
321321
MIT.
322322

323323
## Examples:
324324
I have mentioned the examples here
325-
https://github.com/ajay2507/ebay-node-api/tree/master/demo.
325+
https://github.com/pajaydev/ebay-node-api/tree/master/demo.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "ebay-node-api",
3-
"version": "2.5.6",
3+
"version": "2.5.7",
44
"description": "Ebay node api client",
55
"main": "./src/index.js",
6-
"homepage": "https://github.com/ajay2507/ebay-node-api",
6+
"homepage": "https://github.com/pajaydev/ebay-node-api",
77
"scripts": {
88
"lint": "eslint src/*.js",
99
"test": "mocha && npm run lint",
@@ -21,7 +21,7 @@
2121
"license": "MIT",
2222
"repository": {
2323
"type": "git",
24-
"url": "git@github.com:ajay2507/ebay-node-api.git"
24+
"url": "git@github.com:pajaydev/ebay-node-api.git"
2525
},
2626
"eslintConfig": {
2727
"extends": "ajay"

0 commit comments

Comments
 (0)