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.
5
5
The intent is to simplify the request process by handling the tedious logic. It's a thin wrapper around eBay Api.
6
6
7
7
[ ![ 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 )
9
9
10
10
11
11
## Table of Contents
@@ -312,14 +312,14 @@ All test files are present inside test folder. You can run using
312
312
npm run test
313
313
```
314
314
## 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 ) .
316
316
317
317
## 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 )
319
319
320
320
## License:
321
321
MIT.
322
322
323
323
## Examples:
324
324
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 .
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ebay-node-api" ,
3
- "version" : " 2.5.6 " ,
3
+ "version" : " 2.5.7 " ,
4
4
"description" : " Ebay node api client" ,
5
5
"main" : " ./src/index.js" ,
6
- "homepage" : " https://github.com/ajay2507 /ebay-node-api" ,
6
+ "homepage" : " https://github.com/pajaydev /ebay-node-api" ,
7
7
"scripts" : {
8
8
"lint" : " eslint src/*.js" ,
9
9
"test" : " mocha && npm run lint" ,
21
21
"license" : " MIT" ,
22
22
"repository" : {
23
23
"type" : " git" ,
24
- "url" : " git@github.com:ajay2507 /ebay-node-api.git"
24
+ "url" : " git@github.com:pajaydev /ebay-node-api.git"
25
25
},
26
26
"eslintConfig" : {
27
27
"extends" : " ajay"
You can’t perform that action at this time.
0 commit comments