1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-09-02 10:24:07 +02:00

Add amdName field to package.json for all icon packages

This commit is contained in:
codecalm
2025-07-20 21:02:44 +02:00
parent 7ca541ce7a
commit ba84b10286
12 changed files with 12 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
"files": [
"icons/**/*.eps"
],
"amdName": "TablerIconsEps",
"exports": {
"./*": [
"./icons/*"

View File

@@ -21,6 +21,7 @@
"clean": "rm -rf dist && find . ! -name '.gitkeep' -path '*/icons/*' -exec rm -rf {} +",
"copy:license": "cp ../../LICENSE ./LICENSE"
},
"amdName": "TablerIconsPdf",
"files": [
"icons/**/*.pdf"
],

View File

@@ -21,6 +21,7 @@
"clean": "rm -rf dist && find . ! -name '.gitkeep' -path '*/icons/*' -exec rm -rf {} +",
"copy:license": "cp ../../LICENSE ./LICENSE"
},
"amdName": "TablerIconsPng",
"files": [
"icons/**/*.png"
],

View File

@@ -20,6 +20,7 @@
"main": "./dist/cjs/tabler-icons-preact.cjs",
"types": "./dist/esm/tabler-icons-preact.d.ts",
"module": "./dist/esm/tabler-icons-preact.mjs",
"amdName": "TablerIconsPreact",
"sideEffects": false,
"files": [
"dist"

View File

@@ -21,6 +21,7 @@
"main": "./dist/cjs/tabler-icons-react-native.cjs",
"types": "./dist/cjs/tabler-icons-react-native.d.cts",
"module": "./dist/esm/tabler-icons-react-native.mjs",
"amdName": "TablerIconsReactNative",
"react-native": "./dist/esm/tabler-icons-react-native.mjs",
"exports": {
".": {

View File

@@ -20,6 +20,7 @@
"main": "./dist/cjs/tabler-icons-react.cjs",
"types": "./dist/esm/tabler-icons-react.d.ts",
"module": "./dist/esm/tabler-icons-react.mjs",
"amdName": "TablerIconsReact",
"sideEffects": false,
"files": [
"dist"

View File

@@ -19,6 +19,7 @@
},
"sideEffects": false,
"type": "module",
"amdName": "TablerIconsSolidjs",
"exports": {
".": {
"import": {

View File

@@ -9,6 +9,7 @@
"url": "git+https://github.com/tabler/tabler-icons.git"
},
"sideEffects": false,
"amdName": "TablerIconsSprite",
"files": [
"dist/*"
],

View File

@@ -20,6 +20,7 @@
"svelte": "./dist/tabler-icons-svelte.js",
"types": "./dist/tabler-icons-svelte.d.ts",
"type": "module",
"amdName": "TablerIconsSvelte",
"exports": {
".": {
"types": "./dist/tabler-icons-svelte.d.ts",

View File

@@ -20,6 +20,7 @@
"main": "./dist/cjs/tabler-icons-vue.cjs",
"module": "./dist/esm/tabler-icons-vue.mjs",
"types": "./dist/esm/tabler-icons-vue.d.ts",
"amdName": "TablerIconsVue",
"files": [
"dist"
],

View File

@@ -28,6 +28,7 @@
"copy": "pnpm run copy:license",
"copy:license": "cp ../../LICENSE ./LICENSE"
},
"amdName": "TablerIconsWebfont",
"files": [
"dist/*"
],

View File

@@ -8,6 +8,7 @@
"type": "git",
"url": "git+https://github.com/tabler/tabler-icons.git"
},
"amdName": "TablerIcons",
"exports": {
"./*": [
"./icons/*"