Skip to content

Commit

Permalink
style(scripts): update import order
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Aug 2, 2023
1 parent 09b29a6 commit 9c06756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/license-checker.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
const { promisify } = require("util");
const { init } = require("license-checker");
const copyLeftLicenses = require("spdx-copyleft");
const path = require("upath");

const check = promisify(init);
const path = require("upath");

/**
* @author Frazer Smith
Expand Down

0 comments on commit 9c06756

Please sign in to comment.