2
0
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:
Joaquín Sánchez Jiménez 2021-09-13 19:23:30 +02:00
parent f684a5661a
commit 6f9ffc8f2c
2 changed files with 1 additions and 3 deletions

1
index.d.ts vendored
View File

@ -1 +0,0 @@
export * from './dist'

View File

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