Added some finishing touches here and there
This commit is contained in:
parent
ddd77d9f82
commit
656b1ba417
42 changed files with 9344 additions and 30 deletions
14
node_modules/@iconify/react/offline/package.json
generated
vendored
Normal file
14
node_modules/@iconify/react/offline/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"name": "@iconify/react/offline",
|
||||
"main": "../dist/offline.js",
|
||||
"types": "../dist/offline.d.ts",
|
||||
"exports": {
|
||||
"./*": "./*",
|
||||
".": {
|
||||
"types": "../dist/offline.d.ts",
|
||||
"require": "../dist/offline.cjs",
|
||||
"import": "../dist/offline.js",
|
||||
"default": "../dist/offline.js"
|
||||
}
|
||||
}
|
||||
}
|
||||
5
node_modules/@iconify/react/offline/readme.md
generated
vendored
Normal file
5
node_modules/@iconify/react/offline/readme.md
generated
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# @iconify/react/offline
|
||||
|
||||
This sub-directory contains `package.json` with entry points for importing `@iconify/react/offline`.
|
||||
|
||||
There is a duplicate entry in `exports` section of `package.json` in the parent directory, but at moment of coding this, TypeScript does not support conditional exports properly, so this directory is used as a duplicate to make everything work with TypeScript.
|
||||
Loading…
Add table
Add a link
Reference in a new issue