fix(npm configuration): Remove .npmrc file to default npm registry behavior

This commit is contained in:
2025-05-21 17:59:28 +00:00
parent a305dd89dd
commit 0164eb51a1
3 changed files with 7 additions and 2 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tsbuild',
version: '2.6.1',
version: '2.6.2',
description: 'A tool for compiling TypeScript files using the latest nightly features, offering flexible APIs and a CLI for streamlined development.'
}