Skip to content

Commit ae99adb

Browse files
committed
Remove accidental double require
1 parent ef12f27 commit ae99adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/** This file only purpose is to execute any build related tasks */
22

3-
const pkg = require("../package.json");
43
const { resolve, normalize } = require("node:path");
54
const { readFileSync, writeFileSync } = require("node:fs");
5+
66
const pkg = require("../package.json");
77

88
const ROOT = resolve(__dirname, "..");

0 commit comments

Comments
 (0)