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

@@ -18,7 +18,7 @@ on:
- '@discordjs/collection' - '@discordjs/collection'
- '@discordjs/core' - '@discordjs/core'
- 'create-discord-bot' - 'create-discord-bot'
- '@discordjs/docgen' # - '@discordjs/docgen'
- '@discordjs/formatters' - '@discordjs/formatters'
- '@discordjs/next' - '@discordjs/next'
- '@discordjs/proxy' - '@discordjs/proxy'

View File

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