Skip to content

Commit 5f7f8dc

Browse files
committed
Do not export jsx-runtime from root package (index.ts)
1 parent ced1896 commit 5f7f8dc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "supplejs",
33
"description": "SuppleJS is a toy project to re-implement SolidJS from scratch",
4-
"version": "1.2.1",
4+
"version": "1.2.2",
55
"author": {
66
"name": "Delphin Barraud"
77
},

src/core/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
export type * from "./types";
2-
export type * from "./jsx-runtime";
32
export type { Nested } from "./helper";
43
export type { CleanupFunction, ErrorHandler, TrackingContext } from "./context";
54
export type { EqualsOption } from "./reactivity";

0 commit comments

Comments
 (0)