Skip to content

Commit

Permalink
chore: Update repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
VampireChicken12 committed Apr 22, 2024
1 parent bdf055e commit 55b0095
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/VampireChicken12/youtube-enhancer.git"
"url": "https://github.com/YouTube-Enhancer/extension.git"
},
"scripts": {
"build": "concurrently \"vite build\" \"ts-json-as-const public/locales/en-US.json\" \"prettier --write public/locales/en-US.json.d.ts\" \"eslint --fix public/locales/en-US.json.d.ts\"",
"build": "vite build",
"dev": "nodemon",
"format": "prettier --write .",
"lint": "eslint .",
Expand All @@ -30,10 +30,9 @@
"react-colorful": "^5.6.1",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"tailwindcss-multi": "^0.3.30",
"use-debouncy": "^5.0.1",
"vite-plugin-css-injected-by-js": "^3.3.0",
"webextension-polyfill": "^0.11.0"
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
Expand All @@ -49,7 +48,7 @@
"@types/webextension-polyfill": "^0.10.6",
"@types/youtube-player": "^5.5.10",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.7.0",
"@typescript-eslint/parser": "^6.10.0",
"@vitejs/plugin-react-swc": "^3.4.1",
"archiver": "^7.0.1",
"autoprefixer": "^10.4.16",
Expand All @@ -59,7 +58,7 @@
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-no-secrets": "^0.9.1",
"eslint-plugin-no-secrets": "^0.8.9",
"eslint-plugin-perfectionist": "^2.3.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-promise": "^6.1.1",
Expand All @@ -73,7 +72,7 @@
"prettier": "^3.0.3",
"semantic-release": "^23.0.0",
"tailwind-merge": "^2.0.0",
"tailwindcss": "3.3.6",
"tailwindcss": "^3.3.5",
"ts-json-as-const": "^1.0.7",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
Expand Down

0 comments on commit 55b0095

Please sign in to comment.