Skip to content

Commit

Permalink
Potential fix for type only exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Glen Van Ginkel committed Jul 10, 2020
1 parent 3bd7c96 commit 57baf99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jmespath-edit",
"version": "0.0.10",
"version": "0.0.11",
"description": "A JMESPath expression editor and preview web component",
"author": {
"name": "Glen van Ginkel"
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from './components';
export type { Components, JSX } from './components';

0 comments on commit 57baf99

Please sign in to comment.