mirror of
https://github.com/iconify/collections-json.git
synced 2024-11-21 20:15:12 +00:00
chore: fix types
This commit is contained in:
parent
f684a5661a
commit
6f9ffc8f2c
1
index.d.ts
vendored
1
index.d.ts
vendored
@ -1 +0,0 @@
|
||||
export * from './dist'
|
@ -14,12 +14,11 @@
|
||||
"collections.json",
|
||||
"collections.md",
|
||||
"composer.md",
|
||||
"index.d.ts",
|
||||
"readme.md"
|
||||
],
|
||||
"main": "dist/finder.js",
|
||||
"module": "dist/finder.mjs",
|
||||
"types": "index.d.ts",
|
||||
"types": "dist/finder.d.ts",
|
||||
"homepage": "https://iconify.design/icon-sets/",
|
||||
"bugs": "https://github.com/iconify/collections-json/issues",
|
||||
"scripts": {
|
||||
|
Loading…
Reference in New Issue
Block a user