chore: fix privating certain packages

This commit is contained in:
Ralph Khreish
2025-09-17 22:13:11 +02:00
parent 35f3e71d2d
commit 1917e6a01a
2 changed files with 2 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "Task Master CLI - Command line interface for task management",
"type": "module",
"private": true,
"main": "./dist/index.js",
"types": "./src/index.ts",
"exports": {

View File

@@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "Shared build configuration for Task Master monorepo",
"type": "module",
"private": true,
"main": "./dist/tsdown.base.js",
"types": "./src/tsdown.base.ts",
"exports": {