File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Ebay API Client for node js.
55The 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
312312npm 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:
321321MIT.
322322
323323## Examples:
324324I 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 .
Original file line number Diff line number Diff line change 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" ,
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"
You can’t perform that action at this time.
0 commit comments