Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit e47986b

Browse files
committed
Prevent publishing templated server by default
1 parent 893c5cd commit e47986b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

template/package.json.ejs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "<%= name %>",
33
"version": "0.1.0",
44
"description": "<%= description %>",
5+
"private": true,
56
"type": "module",
67
"bin": {
78
"<%= name %>": "./build/index.js"

0 commit comments

Comments
 (0)