diff --git a/index.d.ts b/index.d.ts deleted file mode 100644 index 5d960dd..0000000 --- a/index.d.ts +++ /dev/null @@ -1 +0,0 @@ -export * from './dist' diff --git a/package.json b/package.json index ab6d942..0da8e8e 100644 --- a/package.json +++ b/package.json @@ -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": {