Skip to content

Commit

Permalink
Ensure correct language selection (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
leo authored Dec 19, 2024
1 parent cab472b commit cd6e8e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .gitattributes

This file was deleted.

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"lint:tsc": "tsc --pretty",
"format": "biome check --write && biome format --write",
"test": "bun test",
"build": "tsup ./src/index.ts --dts --format esm",
"build": "tsup ./src/index.ts --format esm",
"prepare": "bun run build"
},
"keywords": [
Expand All @@ -28,6 +28,11 @@
],
"author": "ronin",
"license": "Apache-2.0",
"tsup": {
"banner": {
"js": "#!/usr/bin/env node"
}
},
"dependencies": {
"@iarna/toml": "2.2.5",
"@inquirer/prompts": "7.2.0",
Expand Down
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

import { parseArgs } from 'node:util';

import initializeProject from '@/src/commands/init';
Expand Down

0 comments on commit cd6e8e0

Please sign in to comment.