chore: update repo url

This commit is contained in:
Cory Dransfeldt 2025-03-28 08:32:00 -07:00
parent b825a2577f
commit c598e946b9
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "@cdransf/eleventy-plugin-tabler-icons",
"version": "2.11.0",
"version": "2.11.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@cdransf/eleventy-plugin-tabler-icons",
"version": "2.11.0",
"version": "2.11.1",
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "v3.0.0",

View file

@ -1,6 +1,6 @@
{
"name": "@cdransf/eleventy-plugin-tabler-icons",
"version": "2.11.0",
"version": "2.11.1",
"description": "Shortcodes to add Tabler icons to your Eleventy projects",
"type": "module",
"main": "tablericons.js",
@ -25,11 +25,11 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/cdransf/eleventy-plugin-tabler-icons.git"
"url": "git+https://git.apps.coryd.dev/cdransf/eleventy-plugin-tabler-icons.git"
},
"homepage": "https://github.com/cdransf/eleventy-plugin-tabler-icons#readme",
"homepage": "https://git.apps.coryd.dev/cdransf/eleventy-plugin-tabler-icons#readme",
"bugs": {
"url": "https://github.com/cdransf/eleventy-plugin-tabler-icons/issues"
"url": "https://git.apps.coryd.dev/cdransf/eleventy-plugin-tabler-icons/issues"
},
"license": "MIT",
"devDependencies": {