Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
v2.7.7
  • Loading branch information
pajaydev committed Jan 28, 2020
commit a98fb2cc65813bbdb01be1f42cf3896acad7197a
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "ebay-node-api",
"version": "2.7.6",
"version": "2.7.7",
"description": "Ebay node api client",
"main": "./src/index.js",
"homepage": "https://github.com/pajaydev/ebay-node-api",
"scripts": {
"lint": "eslint src/*.js",
"test": "mocha && npm run lint",
"docs": "docsify init ./docs",
"serve-docs": "docsify serve docs",
"publish": "gh-pages --dist docs --dotfiles --message 'chore: Publish docs'",
"prepublish": "npm run test"
},
"author": "Ajaykumar prathap",
Expand Down Expand Up @@ -35,9 +38,11 @@
},
"devDependencies": {
"chai": "^4.1.2",
"documentation": "^12.1.4",
"eslint": "^5.8.0",
"gh-pages": "^2.2.0",
"mocha": "^5.0.1",
"nock": "^9.2.3",
"sinon": "^4.4.5"
}
}
}