Skip to content

Commit b458f05

Browse files
committed
fix publishing scoped package
1 parent 08dfbe4 commit b458f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/nthul/scope.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
const fs = require("node:fs");
55
const path = require("node:path");
66

7-
const owner = process.env.OWNER;
7+
const owner = "mayank1513";
88
const packageJson = require(path.resolve(process.cwd(), "package.json"));
99
const ref = packageJson.name;
1010
if (!ref.startsWith(`@${owner}`)) {

0 commit comments

Comments
 (0)