Version Packages (#1228)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-09-22 19:23:22 +02:00
committed by GitHub
parent a58719cf50
commit 05f6242f7e
23 changed files with 165 additions and 131 deletions

View File

@@ -0,0 +1,3 @@
# @tm/build-config
## 1.0.1

View File

@@ -1,6 +1,6 @@
{
"name": "@tm/build-config",
"version": "1.0.0",
"version": "1.0.1",
"description": "Shared build configuration for Task Master monorepo",
"type": "module",
"private": true,
@@ -12,8 +12,15 @@
"import": "./dist/tsdown.base.js"
}
},
"files": ["dist", "src"],
"keywords": ["build-config", "tsup", "monorepo"],
"files": [
"dist",
"src"
],
"keywords": [
"build-config",
"tsup",
"monorepo"
],
"author": "",
"license": "MIT",
"scripts": {