Skip to content

Commit

Permalink
fix: GIthub package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenoo committed Jun 27, 2021
1 parent cda196f commit 846652c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpr-hack.js
Original file line number Diff line number Diff line change
Expand Up @@ -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));

0 comments on commit 846652c

Please sign in to comment.