From 056032f43081d377eab035336af8fa8cb00d9840 Mon Sep 17 00:00:00 2001 From: Eric Giovanola Date: Thu, 18 May 2023 01:50:15 -0700 Subject: [PATCH] Remove reference to types.ts --- package.json | 1 - src/index.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/package.json b/package.json index 83c93293..771c91fc 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,6 @@ "docs/", "es/", "types/", - "types.ts", "LICENSE.md" ], "main": "cjs/index.js", diff --git a/src/index.ts b/src/index.ts index 6dae6228..0c13104a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -25,4 +25,3 @@ export * from './behaviors/token'; // Types export { default as TypeaheadRef } from './core/Typeahead'; -export * from './types';