2
0
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:
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
.DS_Store
node_modules
imports-test.mjs
npm-debug.log
yarn.lock
tsconfig.tsbuildinfo
src
spec
tests
tests-compiled

View File

@ -8,6 +8,7 @@
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
"./*": "./*",
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs"