Skip to content

Commit

Permalink
change export modules
Browse files Browse the repository at this point in the history
  • Loading branch information
hxg2050 committed Feb 23, 2024
1 parent 11a4dd8 commit 5c99371
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "feiyun",
"private": false,
"version": "0.1.0",
"version": "0.1.1",
"repository": "https://github.com/hxg2050/feiyun.git",
"license": "MIT",
"main": "./dist/index.cjs",
Expand Down
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ export { FeiyunClient } from './client/FeiyunClient'
export { GameSocketClient } from './client/GameSocketClient'

export { Feiyun } from './server/feiyun'
export { Server } from './server/server'
export { Socket } from './server/socket'
export { GameSocket } from './server/GameSocket'
export { GameSocketServer } from './server/GameSocketServer'

Expand Down

0 comments on commit 5c99371

Please sign in to comment.