Skip to content

Commit

Permalink
Adding missed changes to package.json from last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rbonestell committed Jul 1, 2024
1 parent be216ef commit 3c13e1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3c13e1c

Please sign in to comment.