Skip to content

Commit

Permalink
Remove the oauth ebay dependency (#114)
Browse files Browse the repository at this point in the history
* v2.7.7

* add example using express js

* remove yarn lock

* remove oauth ebay dependency

* remove oauth
  • Loading branch information
pajaydev authored Jul 20, 2020
1 parent 3577818 commit 5688d48
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ebay-node-api",
"version": "2.8.7",
"version": "2.8.8",
"description": "Ebay node api client",
"main": "./src/index.js",
"homepage": "https://github.com/pajaydev/ebay-node-api",
Expand Down Expand Up @@ -33,8 +33,7 @@
},
"dependencies": {
"eslint-config-ajay": "^1.0.6",
"make-string": "^1.0.3",
"oauth-ebay": "^1.0.0"
"make-string": "^1.0.3"
},
"devDependencies": {
"chai": "^4.1.2",
Expand Down

0 comments on commit 5688d48

Please sign in to comment.