Skip to content

Commit

Permalink
Update links to GitHub repository
Browse files Browse the repository at this point in the history
  • Loading branch information
quentin-st committed Jul 3, 2022
1 parent e1ed1d4 commit cc2c0ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "3.9.0",
"description": "Quick & easy icon picker",
"main": "src/index.js",
"repository": "[email protected]:chteuchteu/MaterialDesignIcons-Picker.git",
"repository": "[email protected]:Pictogrammers/Browser-Icon-Picker.git",
"author": "Quentin Stoeckel <[email protected]>",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
</div>
<div class="overflow-footer">
MDI v{{ version.default }} / MDI Light v{{ version.light }}<br />
<a href="https://github.com/chteuchteu/MaterialDesignIcons-Picker" target="_blank">Open on GitHub</a>
<a href="https://github.com/Pictogrammers/Browser-Icon-Picker" target="_blank">Open on GitHub</a>
</div>
</overflow-menu>
</div>
Expand Down
2 changes: 1 addition & 1 deletion tools/prepare-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ createVersionBumpCommit();

console.log(chalk.green(`Release is ready ✔`));
console.log("Now let's publish this new version:");
console.log(" - https://github.com/chteuchteu/MaterialDesignIcons-Picker/releases");
console.log(" - https://github.com/Pictogrammers/Browser-Icon-Picker/releases");
console.log(" - https://addons.mozilla.org/en-US/developers/addon/materialdesignicons-picker/edit");
console.log(" - https://chrome.google.com/webstore/devconsole/g17908162625851858745/edjaedpifkihpjkcgknfokmibkoafhme/edit");
console.log(" - https://partner.microsoft.com/en-us/dashboard/microsoftedge/e03ef056-3e87-45a0-be3d-16b2cb699ae0/packages/dashboard")

0 comments on commit cc2c0ad

Please sign in to comment.