Skip to content

Commit a4281f4

Browse files
committed
Attempt changing package name
1 parent 65043db commit a4281f4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "react-mouse-trail",
2+
"name": "react-mouse-trails",
33
"author": "Mayank Kumar Chaudhari <https://mayank-chaudhari.vercel.app>",
44
"private": false,
55
"version": "0.0.0",

scripts/manual-publish.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ execSync(
7777
);
7878

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

scripts/publish.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ execSync(
4848
);
4949

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

0 commit comments

Comments
 (0)