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