We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf5f6e9 commit 426c220Copy full SHA for 426c220
1 file changed
package.json
@@ -2,9 +2,11 @@
2
"name": "ebay-node-api",
3
"version": "1.0.0",
4
"description": "Ebay node api client",
5
- "main": "src/index.js",
+ "main": "./src/index.js",
6
+ "homepage": "https://github.com/ajay2507/ebay-node-api",
7
"scripts": {
- "test": "mocha"
8
+ "test": "mocha",
9
+ "prepublish": "npm run test"
10
},
11
"author": "Ajaykumar prathap",
12
"keywords": [
0 commit comments