mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-09-03 02:42:55 +02:00
Add amdName field to package.json for all icon packages
This commit is contained in:
@@ -19,6 +19,7 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"icons/**/*.eps"
|
"icons/**/*.eps"
|
||||||
],
|
],
|
||||||
|
"amdName": "TablerIconsEps",
|
||||||
"exports": {
|
"exports": {
|
||||||
"./*": [
|
"./*": [
|
||||||
"./icons/*"
|
"./icons/*"
|
||||||
|
@@ -21,6 +21,7 @@
|
|||||||
"clean": "rm -rf dist && find . ! -name '.gitkeep' -path '*/icons/*' -exec rm -rf {} +",
|
"clean": "rm -rf dist && find . ! -name '.gitkeep' -path '*/icons/*' -exec rm -rf {} +",
|
||||||
"copy:license": "cp ../../LICENSE ./LICENSE"
|
"copy:license": "cp ../../LICENSE ./LICENSE"
|
||||||
},
|
},
|
||||||
|
"amdName": "TablerIconsPdf",
|
||||||
"files": [
|
"files": [
|
||||||
"icons/**/*.pdf"
|
"icons/**/*.pdf"
|
||||||
],
|
],
|
||||||
|
@@ -21,6 +21,7 @@
|
|||||||
"clean": "rm -rf dist && find . ! -name '.gitkeep' -path '*/icons/*' -exec rm -rf {} +",
|
"clean": "rm -rf dist && find . ! -name '.gitkeep' -path '*/icons/*' -exec rm -rf {} +",
|
||||||
"copy:license": "cp ../../LICENSE ./LICENSE"
|
"copy:license": "cp ../../LICENSE ./LICENSE"
|
||||||
},
|
},
|
||||||
|
"amdName": "TablerIconsPng",
|
||||||
"files": [
|
"files": [
|
||||||
"icons/**/*.png"
|
"icons/**/*.png"
|
||||||
],
|
],
|
||||||
|
@@ -20,6 +20,7 @@
|
|||||||
"main": "./dist/cjs/tabler-icons-preact.cjs",
|
"main": "./dist/cjs/tabler-icons-preact.cjs",
|
||||||
"types": "./dist/esm/tabler-icons-preact.d.ts",
|
"types": "./dist/esm/tabler-icons-preact.d.ts",
|
||||||
"module": "./dist/esm/tabler-icons-preact.mjs",
|
"module": "./dist/esm/tabler-icons-preact.mjs",
|
||||||
|
"amdName": "TablerIconsPreact",
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
|
@@ -21,6 +21,7 @@
|
|||||||
"main": "./dist/cjs/tabler-icons-react-native.cjs",
|
"main": "./dist/cjs/tabler-icons-react-native.cjs",
|
||||||
"types": "./dist/cjs/tabler-icons-react-native.d.cts",
|
"types": "./dist/cjs/tabler-icons-react-native.d.cts",
|
||||||
"module": "./dist/esm/tabler-icons-react-native.mjs",
|
"module": "./dist/esm/tabler-icons-react-native.mjs",
|
||||||
|
"amdName": "TablerIconsReactNative",
|
||||||
"react-native": "./dist/esm/tabler-icons-react-native.mjs",
|
"react-native": "./dist/esm/tabler-icons-react-native.mjs",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
|
@@ -20,6 +20,7 @@
|
|||||||
"main": "./dist/cjs/tabler-icons-react.cjs",
|
"main": "./dist/cjs/tabler-icons-react.cjs",
|
||||||
"types": "./dist/esm/tabler-icons-react.d.ts",
|
"types": "./dist/esm/tabler-icons-react.d.ts",
|
||||||
"module": "./dist/esm/tabler-icons-react.mjs",
|
"module": "./dist/esm/tabler-icons-react.mjs",
|
||||||
|
"amdName": "TablerIconsReact",
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
|
@@ -19,6 +19,7 @@
|
|||||||
},
|
},
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"amdName": "TablerIconsSolidjs",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
"import": {
|
"import": {
|
||||||
|
@@ -9,6 +9,7 @@
|
|||||||
"url": "git+https://github.com/tabler/tabler-icons.git"
|
"url": "git+https://github.com/tabler/tabler-icons.git"
|
||||||
},
|
},
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
|
"amdName": "TablerIconsSprite",
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*"
|
"dist/*"
|
||||||
],
|
],
|
||||||
|
@@ -20,6 +20,7 @@
|
|||||||
"svelte": "./dist/tabler-icons-svelte.js",
|
"svelte": "./dist/tabler-icons-svelte.js",
|
||||||
"types": "./dist/tabler-icons-svelte.d.ts",
|
"types": "./dist/tabler-icons-svelte.d.ts",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"amdName": "TablerIconsSvelte",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
"types": "./dist/tabler-icons-svelte.d.ts",
|
"types": "./dist/tabler-icons-svelte.d.ts",
|
||||||
|
@@ -20,6 +20,7 @@
|
|||||||
"main": "./dist/cjs/tabler-icons-vue.cjs",
|
"main": "./dist/cjs/tabler-icons-vue.cjs",
|
||||||
"module": "./dist/esm/tabler-icons-vue.mjs",
|
"module": "./dist/esm/tabler-icons-vue.mjs",
|
||||||
"types": "./dist/esm/tabler-icons-vue.d.ts",
|
"types": "./dist/esm/tabler-icons-vue.d.ts",
|
||||||
|
"amdName": "TablerIconsVue",
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
],
|
],
|
||||||
|
@@ -28,6 +28,7 @@
|
|||||||
"copy": "pnpm run copy:license",
|
"copy": "pnpm run copy:license",
|
||||||
"copy:license": "cp ../../LICENSE ./LICENSE"
|
"copy:license": "cp ../../LICENSE ./LICENSE"
|
||||||
},
|
},
|
||||||
|
"amdName": "TablerIconsWebfont",
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*"
|
"dist/*"
|
||||||
],
|
],
|
||||||
|
@@ -8,6 +8,7 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/tabler/tabler-icons.git"
|
"url": "git+https://github.com/tabler/tabler-icons.git"
|
||||||
},
|
},
|
||||||
|
"amdName": "TablerIcons",
|
||||||
"exports": {
|
"exports": {
|
||||||
"./*": [
|
"./*": [
|
||||||
"./icons/*"
|
"./icons/*"
|
||||||
|
Reference in New Issue
Block a user