Skip to content

Commit 2f7111e

Browse files
committed
Resolves #148
1 parent e5b0b0d commit 2f7111e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

scripts/run.mjs

+2-4
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@
22

33
import { execSync } from 'node:child_process';
44
import { Command } from 'commander';
5-
import packageJson from '../package.json' assert { type: 'json' };
65

76
const program = new Command();
87

98
program
10-
.name(packageJson.name)
11-
.description(packageJson.description)
12-
.version(packageJson.version);
9+
.name('Ultracite')
10+
.description('Strict, opinionated linting config for modern TypeScript apps.');
1311

1412
program
1513
.command('lint')

0 commit comments

Comments
 (0)