mirror of
https://github.com/Novattz/creamlinux-installer.git
synced 2026-01-28 06:12:49 -05:00
dumb
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user