Skip to content

Commit 54b8906

Browse files
authored
Remove unnecessary files from npm package (#13)
1 parent 4143c13 commit 54b8906

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,14 @@
77
"bugs": "https://github.com/TRUEPIC/webhook-verifier-nodejs/issues",
88
"license": "MIT",
99
"main": "./src/main.js",
10-
"repository": "TRUEPIC/webhook-verifier-nodejs",
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/TRUEPIC/webhook-verifier-nodejs.git"
13+
},
14+
"files": [
15+
"src",
16+
"!src/**/*.test.js"
17+
],
1118
"scripts": {
1219
"docs": "jsdoc src --recurse --destination docs",
1320
"lint": "npm run lint:format && npm run lint:quality",

0 commit comments

Comments
 (0)