From 0f1fd17ff07ecf13dc4d1ade769c392f3dd3ea5f Mon Sep 17 00:00:00 2001 From: ajay2507 Date: Fri, 9 Aug 2019 16:40:02 -0700 Subject: [PATCH] version bump & update readme file --- README.md | 8 ++++---- package.json | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1f8932d..40b4160 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. diff --git a/package.json b/package.json index 61f48ad..72a638f 100644 --- a/package.json +++ b/package.json @@ -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", @@ -21,7 +21,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "git@github.com:ajay2507/ebay-node-api.git" + "url": "git@github.com:pajaydev/ebay-node-api.git" }, "eslintConfig": { "extends": "ajay"