Skip to content

Commit 2eb24d0

Browse files
committed
renamed binary and php run file
1 parent b3d054c commit 2eb24d0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"./"
1515
]
1616
},
17-
"bin": ["run"]
17+
"bin": ["parallel-lint"]
1818
}

parallel-lint

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env php
2+
<?php
3+
4+
require __DIR__ . '/parallel-lint.php';
File renamed without changes.

run

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)