refactor: review comments

This commit is contained in:
Pranav C
2024-10-06 07:21:35 +00:00
parent 36dd6bd23b
commit 9782048b99
2 changed files with 12 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
const fs = require('fs')
const path = require('path')
const packageJsonPath =path.join(__dirname, '..', 'packages', 'nc-secret-cli', 'package.json')
const packageJsonPath = path.join(__dirname, '..', 'packages', 'nc-secret-cli', 'package.json')
const packageJson = JSON.parse(fs.readFileSync(packageJsonPath, 'utf8'))