From 3c13e1ce24e7cefa83e729c5062a6bc31b51dda6 Mon Sep 17 00:00:00 2001 From: Bobby Bonestell Date: Mon, 1 Jul 2024 17:16:55 -0600 Subject: [PATCH] Adding missed changes to package.json from last commit --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5f66b8b..57b0f8b 100644 --- a/package.json +++ b/package.json @@ -23,15 +23,15 @@ "self-signed" ], "private": false, - "main": "dist/lib/local-https-proxy.js", - "types": "dist/lib/local-https-proxy.d.ts", + "main": "dist/local-https-proxy.js", + "types": "dist/local-https-proxy.d.ts", "scripts": { "build": "rimraf -rf dist && tsc --removeComments && tsc --declaration --emitDeclarationOnly", "test": "jest --config=jest.config.js --detectOpenHandles --runInBand --forceExit", "test:cov": "jest --config=jest.config.js --detectOpenHandles --runInBand --coverage --forceExit" }, "files": [ - "dist/lib" + "dist" ], "engines": { "node": ">=18.0.0"