Skip to content

Commit 056032f

Browse files
committed
Remove reference to types.ts
1 parent c3d0434 commit 056032f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"docs/",
1313
"es/",
1414
"types/",
15-
"types.ts",
1615
"LICENSE.md"
1716
],
1817
"main": "cjs/index.js",

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,3 @@ export * from './behaviors/token';
2525

2626
// Types
2727
export { default as TypeaheadRef } from './core/Typeahead';
28-
export * from './types';

0 commit comments

Comments
 (0)