mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-09-02 18:33:18 +02:00
Add amdName field to package.json for all icon packages
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
"files": [
|
||||
"icons/**/*.eps"
|
||||
],
|
||||
"amdName": "TablerIconsEps",
|
||||
"exports": {
|
||||
"./*": [
|
||||
"./icons/*"
|
||||
|
@@ -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"
|
||||
],
|
||||
|
@@ -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"
|
||||
],
|
||||
|
@@ -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"
|
||||
|
@@ -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": {
|
||||
".": {
|
||||
|
@@ -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"
|
||||
|
@@ -19,6 +19,7 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"amdName": "TablerIconsSolidjs",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": {
|
||||
|
@@ -9,6 +9,7 @@
|
||||
"url": "git+https://github.com/tabler/tabler-icons.git"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"amdName": "TablerIconsSprite",
|
||||
"files": [
|
||||
"dist/*"
|
||||
],
|
||||
|
@@ -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",
|
||||
|
@@ -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"
|
||||
],
|
||||
|
@@ -28,6 +28,7 @@
|
||||
"copy": "pnpm run copy:license",
|
||||
"copy:license": "cp ../../LICENSE ./LICENSE"
|
||||
},
|
||||
"amdName": "TablerIconsWebfont",
|
||||
"files": [
|
||||
"dist/*"
|
||||
],
|
||||
|
@@ -8,6 +8,7 @@
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/tabler/tabler-icons.git"
|
||||
},
|
||||
"amdName": "TablerIcons",
|
||||
"exports": {
|
||||
"./*": [
|
||||
"./icons/*"
|
||||
|
Reference in New Issue
Block a user