Skip to content

Commit

Permalink
type=module
Browse files Browse the repository at this point in the history
  • Loading branch information
RSamaium committed Sep 9, 2023
1 parent f411fa7 commit 12bca82
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
5 changes: 3 additions & 2 deletions sync-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-room-client",
"version": "2.0.5",
"version": "2.0.6",
"description": "",
"main": "./dist/simple-room-client.umd.cjs",
"module": "./lib/index.js",
Expand Down Expand Up @@ -37,5 +37,6 @@
"tsc-esm-fix": "^2.20.14",
"typescript": "^5.0.4",
"vite": "^4.3.1"
}
},
"type": "module"
}
2 changes: 1 addition & 1 deletion sync-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-room",
"version": "2.4.0",
"version": "2.4.1",
"description": "",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit 12bca82

Please sign in to comment.