From 2adbada0087325fe332b6178ea6e981c2774164a Mon Sep 17 00:00:00 2001 From: Justin Stayton Date: Mon, 26 Aug 2024 15:36:27 -0400 Subject: [PATCH] Remove unnecessary files from npm package --- package.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c53baef..98859dd 100644 --- a/package.json +++ b/package.json @@ -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",