Skip to content

Commit

Permalink
The greatest discovery of our generation is that human beings can alt…
Browse files Browse the repository at this point in the history
…er their lives by altering their attitudes of mind. As you think, so shall you be.
  • Loading branch information
kevinJ045 committed Dec 8, 2023
1 parent 2e96332 commit a0df971
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rayous",
"version": "2.6.3",
"version": "2.6.4",
"author": "makano",
"description": "A mini router X ui kit with ts",
"main": "./client/index.ts",
Expand All @@ -13,6 +13,7 @@
"./html": "./client/html.ts",
"./svg": "./client/svg.ts",
"./server": "./server",
"./server/client": "./server/client/index.ts",
"./bundle": "./index.js",
"./bundle/react": "./react/index.js",
"./bundle/extra": "./extra/index.js",
Expand Down
1 change: 1 addition & 0 deletions server/client/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "./index";

0 comments on commit a0df971

Please sign in to comment.