Skip to content

Commit

Permalink
version bump & update readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
pajaydev committed Aug 9, 2019
1 parent 1bd79f2 commit 0f1fd17
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Ebay API Client for node js.
The intent is to simplify the request process by handling the tedious logic. It's a thin wrapper around eBay Api.

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


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

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

## License:
MIT.

## Examples:
I have mentioned the examples here
https://github.com/ajay2507/ebay-node-api/tree/master/demo.
https://github.com/pajaydev/ebay-node-api/tree/master/demo.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "ebay-node-api",
"version": "2.5.6",
"version": "2.5.7",
"description": "Ebay node api client",
"main": "./src/index.js",
"homepage": "https://github.com/ajay2507/ebay-node-api",
"homepage": "https://github.com/pajaydev/ebay-node-api",
"scripts": {
"lint": "eslint src/*.js",
"test": "mocha && npm run lint",
Expand All @@ -21,7 +21,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:ajay2507/ebay-node-api.git"
"url": "[email protected]:pajaydev/ebay-node-api.git"
},
"eslintConfig": {
"extends": "ajay"
Expand Down

0 comments on commit 0f1fd17

Please sign in to comment.