Skip to content

Commit d2ab91c

Browse files
committed
Rebrand 💖 <a href="https://mayank-chaudhari.vercel.app" target="_blank">Mayank Kumar Chaudhari</a> [skip ci]
1 parent 0fa7827 commit d2ab91c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+60
-132
lines changed

‎.github/workflows/setup.yml‎

Lines changed: 0 additions & 29 deletions
This file was deleted.

‎README.md‎

Lines changed: 32 additions & 15 deletions

‎contributing.md‎

Lines changed: 4 additions & 4 deletions

‎examples/nextjs/package.json‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-example",
3-
"version": "1.0.5",
3+
"version": "0.0.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -10,7 +10,8 @@
1010
"postinstall": "next telemetry disable"
1111
},
1212
"dependencies": {
13-
"@mayank1513/fork-me": "workspace:*",
13+
"@mayank1513/fork-me": "latest",
14+
"nthul": "workspace:*",
1415
"next": "^14.1.0",
1516
"nextjs-themes": "^2.1.1",
1617
"react": "^18.2.0",

‎examples/remix/package.json‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"typecheck": "tsc"
1212
},
1313
"dependencies": {
14-
"@mayank1513/fork-me": "workspace:*",
14+
"@mayank1513/fork-me": "latest",
15+
"nthul": "workspace:*",
1516
"@remix-run/css-bundle": "^2.6.0",
1617
"@remix-run/node": "^2.6.0",
1718
"@remix-run/react": "^2.6.0",

‎examples/vite/package.json‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vite-example",
33
"private": true,
4-
"version": "0.0.5",
4+
"version": "0.0.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --port 3001",
@@ -10,7 +10,8 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@mayank1513/fork-me": "workspace:*",
13+
"@mayank1513/fork-me": "latest",
14+
"nthul": "workspace:*",
1415
"nextjs-themes": "^2.1.1",
1516
"react": "^18.2.0",
1617
"react-dom": "^18.2.0",
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)