Skip to content

Commit c359f46

Browse files
committed
fix(package): add "private": true to prevent accidental publish
1 parent 81c1d63 commit c359f46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"name": "template-api",
44
"description": "The template repository for USThing backend services, powered by Fastify.",
55
"version": "0.1.0",
6+
"private": true,
67
"main": "app.ts",
78
"directories": {
89
"test": "test"

0 commit comments

Comments
 (0)