chore: make docgen package private (#11434)

This commit is contained in:
Almeida
2026-03-01 12:44:06 +00:00
committed by GitHub
parent 0cb8be490c
commit 307b64f139
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
"name": "@discordjs/docgen",
"version": "0.12.1",
"description": "The docs.json generator for discord.js and its related projects",
"private": true,
"scripts": {
"build": "tsup",
"lint": "prettier --check . && cross-env TIMING=1 eslint --format=pretty src",