generated from react18-tools/turborepo-template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from mayank1513/prepare-for-transfer
Prepare for transfer
- Loading branch information
Showing
8 changed files
with
111 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ on: | |
- cron: "0 */8 * * *" | ||
jobs: | ||
generate-docs: | ||
if: github.event.repository.owner.login == 'mayank1513' | ||
if: github.event.repository.owner.login == 'react18-tools' | ||
runs-on: ubuntu-latest | ||
permissions: | ||
packages: write | ||
|
@@ -37,7 +37,7 @@ jobs: | |
run: pnpm doc | ||
- name: Setup Git | ||
run: | | ||
git config --global user.name "mayank1513" | ||
git config --global user.name "react18-tools" | ||
git config --global user.email "[email protected]" | ||
git fetch | ||
git checkout main | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,78 +1,78 @@ | ||
{ | ||
"name": "nthul", | ||
"author": "Mayank Kumar Chaudhari <https://mayank-chaudhari.vercel.app>", | ||
"private": false, | ||
"version": "0.0.0", | ||
"description": "An intuitive React.js fork me ribbon component for promoting open source project forks.", | ||
"main": "./index.ts", | ||
"types": "./index.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/mayank1513/nthul.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/mayank1513/nthul/issues" | ||
}, | ||
"homepage": "https://github.com/mayank1513/nthul/tree/main/lib/fork-me#readme", | ||
"sideEffects": false, | ||
"license": "MIT", | ||
"scripts": { | ||
"test": "vitest run --coverage", | ||
"build": "tsup src && tsc -p tsconfig-build.json && node touchup.js", | ||
"doc": "typedoc", | ||
"publish-package": "cd dist && npm publish --provenance --access public", | ||
"lint": "eslint ." | ||
}, | ||
"devDependencies": { | ||
"@testing-library/react": "^14.2.1", | ||
"@turbo/gen": "^1.12.4", | ||
"@types/node": "^20.11.19", | ||
"@types/react": "^18.2.57", | ||
"@types/react-dom": "^18.2.19", | ||
"@vitejs/plugin-react": "^4.2.1", | ||
"@vitest/coverage-v8": "^1.3.1", | ||
"esbuild-plugin-css-module": "^0.0.1", | ||
"esbuild-plugin-react18": "^0.0.7", | ||
"eslint-config-custom": "workspace:*", | ||
"jsdom": "^24.0.0", | ||
"octokit": "^3.1.2", | ||
"react": "^18.2.0", | ||
"tsconfig": "workspace:*", | ||
"tsup": "^8.0.2", | ||
"typedoc": "^0.25.8", | ||
"typescript": "^5.3.3", | ||
"vite-tsconfig-paths": "^4.3.1", | ||
"vitest": "^1.3.1" | ||
}, | ||
"peerDependencies": { | ||
"@types/react": "16.8 - 18", | ||
"next": "10 - 14", | ||
"react": "16.8 - 18" | ||
}, | ||
"peerDependenciesMeta": { | ||
"next": { | ||
"optional": true | ||
} | ||
}, | ||
"funding": { | ||
"type": "github", | ||
"url": "https://github.com/sponsors/mayank1513" | ||
}, | ||
"keywords": [ | ||
"fork-me", | ||
"GitHub", | ||
"nextjs", | ||
"nextjs13", | ||
"react", | ||
"react18", | ||
"react-server-components", | ||
"react-client-components", | ||
"typescript", | ||
"javascript", | ||
"mayank1513", | ||
"turborepo-trmplate" | ||
], | ||
"dependencies": { | ||
"r18gs": "^0.0.2" | ||
} | ||
} | ||
"name": "nthul", | ||
"author": "Mayank Kumar Chaudhari <https://mayank-chaudhari.vercel.app>", | ||
"private": false, | ||
"version": "0.0.0", | ||
"description": "An intuitive React.js fork me ribbon component for promoting open source project forks.", | ||
"main": "./index.ts", | ||
"types": "./index.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/react18-tools/nthul.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/react18-tools/nthul/issues" | ||
}, | ||
"homepage": "https://github.com/react18-tools/nthul/tree/main/lib/fork-me#readme", | ||
"sideEffects": false, | ||
"license": "MIT", | ||
"scripts": { | ||
"test": "vitest run --coverage", | ||
"build": "tsup src && tsc -p tsconfig-build.json && node touchup.js", | ||
"doc": "typedoc", | ||
"publish-package": "cd dist && npm publish --provenance --access public", | ||
"lint": "eslint ." | ||
}, | ||
"devDependencies": { | ||
"@testing-library/react": "^14.2.1", | ||
"@turbo/gen": "^1.12.4", | ||
"@types/node": "^20.11.19", | ||
"@types/react": "^18.2.57", | ||
"@types/react-dom": "^18.2.19", | ||
"@vitejs/plugin-react": "^4.2.1", | ||
"@vitest/coverage-v8": "^1.3.1", | ||
"esbuild-plugin-css-module": "^0.0.1", | ||
"esbuild-plugin-react18": "^0.0.7", | ||
"eslint-config-custom": "workspace:*", | ||
"jsdom": "^24.0.0", | ||
"octokit": "^3.1.2", | ||
"react": "^18.2.0", | ||
"tsconfig": "workspace:*", | ||
"tsup": "^8.0.2", | ||
"typedoc": "^0.25.8", | ||
"typescript": "^5.3.3", | ||
"vite-tsconfig-paths": "^4.3.1", | ||
"vitest": "^1.3.1" | ||
}, | ||
"peerDependencies": { | ||
"@types/react": "16.8 - 18", | ||
"next": "10 - 14", | ||
"react": "16.8 - 18" | ||
}, | ||
"peerDependenciesMeta": { | ||
"next": { | ||
"optional": true | ||
} | ||
}, | ||
"funding": { | ||
"type": "github", | ||
"url": "https://github.com/sponsors/mayank1513" | ||
}, | ||
"keywords": [ | ||
"fork-me", | ||
"GitHub", | ||
"nextjs", | ||
"nextjs13", | ||
"react", | ||
"react18", | ||
"react-server-components", | ||
"react-client-components", | ||
"typescript", | ||
"javascript", | ||
"mayank1513", | ||
"turborepo-trmplate" | ||
], | ||
"dependencies": { | ||
"r18gs": "^0.0.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters