Skip to content

Commit

Permalink
chore: move src/version.py to utils/version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tuchandra committed Jan 13, 2024
1 parent 92888ce commit 4cbf712
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lint": "bunx @biomejs/biome lint src/main.ts src/api.ts",
"lint:fix": "bunx @biomejs/biome lint src/main.ts src/api.ts --apply-unsafe",
"fix": "bun format && bun lint:fix",
"version": "python -m src.version"
"version": "python -m utils.version"
},
"type": "module"
}
}
File renamed without changes.

0 comments on commit 4cbf712

Please sign in to comment.