We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08dfbe4 commit b458f05Copy full SHA for b458f05
lib/nthul/scope.js
@@ -4,7 +4,7 @@
4
const fs = require("node:fs");
5
const path = require("node:path");
6
7
-const owner = process.env.OWNER;
+const owner = "mayank1513";
8
const packageJson = require(path.resolve(process.cwd(), "package.json"));
9
const ref = packageJson.name;
10
if (!ref.startsWith(`@${owner}`)) {
0 commit comments