Skip to content

Commit 3ff15b2

Browse files
authored
Merge pull request #7 from critesjosh/codex/remove-unused-imports-and-add-newline
Remove unused imports
2 parents d8cfdc0 + 55a71ce commit 3ff15b2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/scripts/update-readme-version.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
import { readFileSync, writeFileSync } from 'fs';
2-
import { dirname } from 'path';
3-
import { fileURLToPath } from 'url';
42

53
// Read Nargo.toml
64
const nargoContent = readFileSync('Nargo.toml', 'utf8');
@@ -24,4 +22,4 @@ const updatedContent = readmeContent.replace(
2422

2523
// Write back to README
2624
writeFileSync(readmePath, updatedContent);
27-
console.log(`Updated README.md with version ${version}`);
25+
console.log(`Updated README.md with version ${version}`);

0 commit comments

Comments
 (0)