Skip to content

Commit

Permalink
Remove reference to types.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ericgio committed May 18, 2023
1 parent c3d0434 commit 056032f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"docs/",
"es/",
"types/",
"types.ts",
"LICENSE.md"
],
"main": "cjs/index.js",
Expand Down
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ export * from './behaviors/token';

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

0 comments on commit 056032f

Please sign in to comment.