From ea397e773b8c5d43254ae595f03dd7b72cdf19d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kuna?= <1282324+codecalm@users.noreply.github.com> Date: Wed, 25 Jan 2023 21:29:30 +0100 Subject: [PATCH] unify package.json files (#469) --- packages/icons-pdf/package.json | 5 +++++ packages/icons-png/package.json | 5 +++++ packages/icons-preact/package.json | 8 ++++++++ packages/icons-react/package.json | 8 ++++++++ packages/icons-solidjs/package.json | 8 ++++++++ packages/icons-svelte/package.json | 8 ++++++++ packages/icons-vue/package.json | 8 ++++++++ packages/icons-webfont/package.json | 5 +++++ 8 files changed, 55 insertions(+) diff --git a/packages/icons-pdf/package.json b/packages/icons-pdf/package.json index 2a8b03328..ef2d77b7c 100644 --- a/packages/icons-pdf/package.json +++ b/packages/icons-pdf/package.json @@ -10,6 +10,11 @@ "type": "github", "url": "https://github.com/sponsors/codecalm" }, + "repository": { + "type": "git", + "url": "git+https://github.com/tabler/tabler-icons.git", + "directory": "packages/icons-pdf" + }, "scripts": { "build": "pnpm run clean && pnpm run copy:license && pnpm run build:icons", "build:icons": "node build.mjs", diff --git a/packages/icons-png/package.json b/packages/icons-png/package.json index b8d275a85..29ee3bea7 100644 --- a/packages/icons-png/package.json +++ b/packages/icons-png/package.json @@ -10,6 +10,11 @@ "type": "github", "url": "https://github.com/sponsors/codecalm" }, + "repository": { + "type": "git", + "url": "git+https://github.com/tabler/tabler-icons.git", + "directory": "packages/icons-png" + }, "scripts": { "build": "pnpm run clean && pnpm run copy:license && pnpm run build:icons", "build:icons": "node build.mjs", diff --git a/packages/icons-preact/package.json b/packages/icons-preact/package.json index 3c7150b48..d3f354dae 100644 --- a/packages/icons-preact/package.json +++ b/packages/icons-preact/package.json @@ -4,6 +4,14 @@ "license": "MIT", "author": "codecalm", "description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.", + "homepage": "https://tabler-icons.io", + "bugs": { + "url": "https://github.com/tabler/tabler-icons/issues" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/codecalm" + }, "repository": { "type": "git", "url": "git+https://github.com/tabler/tabler-icons.git", diff --git a/packages/icons-react/package.json b/packages/icons-react/package.json index 8ca83119f..f4973b441 100644 --- a/packages/icons-react/package.json +++ b/packages/icons-react/package.json @@ -4,6 +4,14 @@ "license": "MIT", "author": "codecalm", "description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.", + "homepage": "https://tabler-icons.io", + "bugs": { + "url": "https://github.com/tabler/tabler-icons/issues" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/codecalm" + }, "repository": { "type": "git", "url": "git+https://github.com/tabler/tabler-icons.git", diff --git a/packages/icons-solidjs/package.json b/packages/icons-solidjs/package.json index 8b1e1e7d1..bc5ac9bc1 100644 --- a/packages/icons-solidjs/package.json +++ b/packages/icons-solidjs/package.json @@ -4,6 +4,14 @@ "license": "MIT", "author": "codecalm", "description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.", + "homepage": "https://tabler-icons.io", + "bugs": { + "url": "https://github.com/tabler/tabler-icons/issues" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/codecalm" + }, "repository": { "type": "git", "url": "git+https://github.com/tabler/tabler-icons.git", diff --git a/packages/icons-svelte/package.json b/packages/icons-svelte/package.json index a94a730ca..a2575cef0 100644 --- a/packages/icons-svelte/package.json +++ b/packages/icons-svelte/package.json @@ -4,6 +4,14 @@ "license": "MIT", "author": "codecalm", "description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.", + "homepage": "https://tabler-icons.io", + "bugs": { + "url": "https://github.com/tabler/tabler-icons/issues" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/codecalm" + }, "repository": { "type": "git", "url": "git+https://github.com/tabler/tabler-icons.git", diff --git a/packages/icons-vue/package.json b/packages/icons-vue/package.json index 99a9aecb2..d73459cd2 100644 --- a/packages/icons-vue/package.json +++ b/packages/icons-vue/package.json @@ -4,6 +4,14 @@ "license": "MIT", "author": "codecalm", "description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.", + "homepage": "https://tabler-icons.io", + "bugs": { + "url": "https://github.com/tabler/tabler-icons/issues" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/codecalm" + }, "repository": { "type": "git", "url": "git+https://github.com/tabler/tabler-icons.git", diff --git a/packages/icons-webfont/package.json b/packages/icons-webfont/package.json index 5659d3349..13f94941b 100644 --- a/packages/icons-webfont/package.json +++ b/packages/icons-webfont/package.json @@ -10,6 +10,11 @@ "type": "github", "url": "https://github.com/sponsors/codecalm" }, + "repository": { + "type": "git", + "url": "git+https://github.com/tabler/tabler-icons.git", + "directory": "packages/icons-webfont" + }, "scripts": { "build": "pnpm run clean && pnpm run copy && pnpm run build:prepare && pnpm run build:outline && pnpm run build:optimize && pnpm run build:fix-outline && pnpm run build:webfont && pnpm run build:css && pnpm run build:clean", "build:prepare": "mkdir -p icons-outlined fonts && rm -fd icons-outlined/* fonts/*",