Skip to content

Commit dcd88ee

Browse files
authored
fix: update repository url (#1034)
* fix: update repository url * Create heavy-sheep-wave.md * build: update package directory
1 parent 26d7bfa commit dcd88ee

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

.changeset/heavy-sheep-wave.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"rollup-plugin-chrome-extension": patch
3+
"@crxjs/vite-plugin": patch
4+
---
5+
6+
fix: update repository url

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: RPCE Community Support
4-
url: https://github.com/crxjs/rollup-plugin-chrome-extension/discussions/new
4+
url: https://github.com/crxjs/chrome-extension-tools/discussions/new
55
about: Need help? Start a community discussion!

packages/rollup-plugin/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@
1313
"browser",
1414
"browser-extension"
1515
],
16+
"homepage": "https://www.extend-chrome.dev/rollup-plugin",
1617
"repository": {
17-
"url": "https://github.com/crxjs/rollup-plugin-chrome-extension.git"
18+
"type": "git",
19+
"url": "git+https://github.com/crxjs/chrome-extension-tools",
20+
"directory": "packages/rollup-plugin"
1821
},
1922
"license": "MIT",
2023
"author": "Jack and Amy Steam <jacksteamdev@gmail.com>",

packages/vite-plugin/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@
1313
"browser",
1414
"browser-extension"
1515
],
16-
"homepage": "https://github.com/crxjs/rollup-plugin-chrome-extension",
16+
"homepage": "https://crxjs.dev/vite-plugin",
1717
"bugs": {
18-
"url": "https://github.com/crxjs/rollup-plugin-chrome-extension/issues"
18+
"url": "https://github.com/crxjs/chrome-extension-tools/issues"
1919
},
2020
"repository": {
2121
"type": "git",
22-
"url": "https://github.com/crxjs/rollup-plugin-chrome-extension.git"
22+
"url": "git+https://github.com/crxjs/chrome-extension-tools",
23+
"directory": "packages/vite-plugin"
2324
},
2425
"license": "MIT",
2526
"author": "Jack and Amy Steam <jacksteamdev@gmail.com>",

0 commit comments

Comments
 (0)