Skip to content

Commit 0ade6d6

Browse files
committed
fix(lint): add missing comment in check-and-run.js
1 parent 06abb1a commit 0ade6d6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bin/check-and-run.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env node
22

3+
// Import Third-party Dependencies
34
import semver from "semver";
45

56
const { default: packageJSON } = await import("../package.json", {

0 commit comments

Comments
 (0)