Skip to content

Commit

Permalink
Attempt changing package name
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Jun 26, 2024
1 parent 65043db commit a4281f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "react-mouse-trail",
"name": "react-mouse-trails",
"author": "Mayank Kumar Chaudhari <https://mayank-chaudhari.vercel.app>",
"private": false,
"version": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/manual-publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ execSync(
);

// Publish canonical packages
execSync("node scripts/publish-canonical.js");
// execSync("node scripts/publish-canonical.js");
2 changes: 1 addition & 1 deletion scripts/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ execSync(
);

// Publish canonical packages
execSync("node scripts/publish-canonical.js");
// execSync("node scripts/publish-canonical.js");

0 comments on commit a4281f4

Please sign in to comment.