This commit is contained in:
Tickbase
2025-05-18 21:13:06 +02:00
parent e633524465
commit 3f5e1c3fd7
4 changed files with 9 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
const fs = require('fs')
const path = require('path')
import fs from 'node:fs'
import path from 'node:path'
// Read current version from package.json
const packageJsonPath = path.join(__dirname, '..', 'package.json')