mirror of
https://github.com/iconify/iconify.git
synced 2025-01-22 22:58:27 +00:00
Minor fixes for api-redundancy package
This commit is contained in:
parent
696658fb38
commit
4b27fca199
@ -2,6 +2,11 @@
|
|||||||
.vscode
|
.vscode
|
||||||
.DS_Store
|
.DS_Store
|
||||||
node_modules
|
node_modules
|
||||||
|
imports-test.mjs
|
||||||
|
npm-debug.log
|
||||||
|
yarn.lock
|
||||||
|
tsconfig.tsbuildinfo
|
||||||
src
|
src
|
||||||
|
spec
|
||||||
tests
|
tests
|
||||||
tests-compiled
|
tests-compiled
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
"module": "dist/index.mjs",
|
"module": "dist/index.mjs",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
"exports": {
|
"exports": {
|
||||||
|
"./*": "./*",
|
||||||
".": {
|
".": {
|
||||||
"require": "./dist/index.js",
|
"require": "./dist/index.js",
|
||||||
"import": "./dist/index.mjs"
|
"import": "./dist/index.mjs"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user