Skip to content

Commit

Permalink
Remove unnecessary files from npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
jstayton committed Aug 26, 2024
1 parent 4143c13 commit 2adbada
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@
"bugs": "https://github.com/TRUEPIC/webhook-verifier-nodejs/issues",
"license": "MIT",
"main": "./src/main.js",
"repository": "TRUEPIC/webhook-verifier-nodejs",
"repository": {
"type": "git",
"url": "git+https://github.com/TRUEPIC/webhook-verifier-nodejs.git"
},
"files": [
"src",
"!src/**/*.test.js"
],
"scripts": {
"docs": "jsdoc src --recurse --destination docs",
"lint": "npm run lint:format && npm run lint:quality",
Expand Down

0 comments on commit 2adbada

Please sign in to comment.