Skip to content

Commit 5688d48

Browse files
authoredJul 20, 2020
Remove the oauth ebay dependency (#114)
* v2.7.7 * add example using express js * remove yarn lock * remove oauth ebay dependency * remove oauth
1 parent 3577818 commit 5688d48

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ebay-node-api",
3-
"version": "2.8.7",
3+
"version": "2.8.8",
44
"description": "Ebay node api client",
55
"main": "./src/index.js",
66
"homepage": "https://github.com/pajaydev/ebay-node-api",
@@ -33,8 +33,7 @@
3333
},
3434
"dependencies": {
3535
"eslint-config-ajay": "^1.0.6",
36-
"make-string": "^1.0.3",
37-
"oauth-ebay": "^1.0.0"
36+
"make-string": "^1.0.3"
3837
},
3938
"devDependencies": {
4039
"chai": "^4.1.2",

0 commit comments

Comments
 (0)