2
0
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:
Vjacheslav Trushkin 2021-09-23 23:38:00 +03:00
parent 696658fb38
commit 4b27fca199
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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"