chore: update repo url
This commit is contained in:
parent
b825a2577f
commit
c598e946b9
2 changed files with 6 additions and 6 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "@cdransf/eleventy-plugin-tabler-icons",
|
"name": "@cdransf/eleventy-plugin-tabler-icons",
|
||||||
"version": "2.11.0",
|
"version": "2.11.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@cdransf/eleventy-plugin-tabler-icons",
|
"name": "@cdransf/eleventy-plugin-tabler-icons",
|
||||||
"version": "2.11.0",
|
"version": "2.11.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@11ty/eleventy": "v3.0.0",
|
"@11ty/eleventy": "v3.0.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@cdransf/eleventy-plugin-tabler-icons",
|
"name": "@cdransf/eleventy-plugin-tabler-icons",
|
||||||
"version": "2.11.0",
|
"version": "2.11.1",
|
||||||
"description": "Shortcodes to add Tabler icons to your Eleventy projects",
|
"description": "Shortcodes to add Tabler icons to your Eleventy projects",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "tablericons.js",
|
"main": "tablericons.js",
|
||||||
|
@ -25,11 +25,11 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"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": {
|
"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",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
Loading…
Reference in a new issue