We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4143c13 commit 54b8906Copy full SHA for 54b8906
1 file changed
package.json
@@ -7,7 +7,14 @@
7
"bugs": "https://github.com/TRUEPIC/webhook-verifier-nodejs/issues",
8
"license": "MIT",
9
"main": "./src/main.js",
10
- "repository": "TRUEPIC/webhook-verifier-nodejs",
+ "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
+ ],
18
"scripts": {
19
"docs": "jsdoc src --recurse --destination docs",
20
"lint": "npm run lint:format && npm run lint:quality",
0 commit comments