Skip to content

Commit

Permalink
Set private to false in base package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rbonestell committed Jun 30, 2024
1 parent 5d6ef78 commit 6e5a9bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "nest-local-https-proxy",
"version": "1.0.0",
"description": "A simple library to add HTTPS support to your HTTP NestJS application for local develoment, debugging, and testing.",
"private": false,
"main": "dist/lib/local-https-proxy.js",
"types": "dist/lib/local-https-proxy.d.ts",
"scripts": {
Expand Down

0 comments on commit 6e5a9bf

Please sign in to comment.