Skip to content

Commit

Permalink
react template
Browse files Browse the repository at this point in the history
  • Loading branch information
Jagoda11 committed Jul 4, 2024
1 parent c4c58dd commit 9734b70
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "algorithm-practice-extension",
"name": "react-template",
"version": "1.0.0",
"description": "chrome extension to practice algorithms",
"description": "React template with TypeScript, ESLint, Prettier, Jest, Husky, and TailwindCSS",
"scripts": {
"start": "echo '🚀 Starting the app...' && npm run build && node dist/index.js",
"build": "echo '🔨 Building the app...' && tsc",
Expand All @@ -17,15 +17,15 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jagoda11/algorithm-practice-extension"
"url": "git+https://github.com/Jagoda11/react-template"
},
"keywords": [],
"author": "Jagoda11",
"license": "Proprietary",
"bugs": {
"url": "https://github.com/Jagoda11/algorithm-practice-extension/issues"
"url": "https://github.com/Jagoda11/react-template/issues"
},
"homepage": "https://github.com/Jagoda11/algorithm-practice-extension#readme",
"homepage": "https://github.com/Jagoda11/react-template#readme",
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
Expand Down

0 comments on commit 9734b70

Please sign in to comment.