Skip to content

Commit

Permalink
fix: add lite.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrious committed Feb 28, 2024
1 parent 760f2fc commit ff42965
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions packages/fastboard-core/lite.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "./dist/lite";
3 changes: 2 additions & 1 deletion packages/fastboard-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
},
"files": [
"src",
"dist"
"dist",
"lite.d.ts"
],
"repository": "netless-io/fastboard",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/fastboard-react/lite.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "./dist/lite";
3 changes: 2 additions & 1 deletion packages/fastboard-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "src/index.tsx",
"files": [
"src",
"dist"
"dist",
"lite.d.ts"
],
"repository": "netless-io/fastboard",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/fastboard/lite.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "./dist/lite";
3 changes: 2 additions & 1 deletion packages/fastboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "src/index.ts",
"files": [
"src",
"dist"
"dist",
"lite.d.ts"
],
"repository": "netless-io/fastboard",
"scripts": {
Expand Down

0 comments on commit ff42965

Please sign in to comment.