mjs
Some checks failed
CI/CD / test (push) Failing after 11s
CI/CD / deploy (push) Has been skipped

This commit is contained in:
2024-02-17 14:55:31 +03:00
parent e3782d4dd4
commit 570189719f
2 changed files with 21 additions and 19 deletions

View File

@@ -1,12 +1,11 @@
{
"name": "discours-editing-server",
"version": "1.0.2",
"version": "1.0.3",
"description": "discours.io webrtc p2p network helping crdt-server",
"main": "index.cjs",
"main": "index.mjs",
"type": "module",
"scripts": {
"fix": "npx @biomejs/biome check --apply-unsafe .",
"start": "node ./index.cjs"
"start": "node ./index.mjs"
},
"repository": {
"type": "git",