Skip to content

Commit 426c220

Browse files
committed
added prepublish
1 parent cf5f6e9 commit 426c220

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
"name": "ebay-node-api",
33
"version": "1.0.0",
44
"description": "Ebay node api client",
5-
"main": "src/index.js",
5+
"main": "./src/index.js",
6+
"homepage": "https://github.com/ajay2507/ebay-node-api",
67
"scripts": {
7-
"test": "mocha"
8+
"test": "mocha",
9+
"prepublish": "npm run test"
810
},
911
"author": "Ajaykumar prathap",
1012
"keywords": [

0 commit comments

Comments
 (0)