diff --git a/gpr-hack.js b/gpr-hack.js index c15f442..e881cdf 100644 --- a/gpr-hack.js +++ b/gpr-hack.js @@ -6,6 +6,6 @@ const file = readFileSync("./package.json", { const json = JSON.parse(file); -json.name = "@zenoo/jquery.sumoselect"; +json.name = "@HemantNegi/sumoselect"; writeFileSync("./package.json", JSON.stringify(json, undefined, 2)); \ No newline at end of file