cjs
This commit is contained in:
parent
5d52533233
commit
e3782d4dd4
|
@ -2,11 +2,11 @@
|
||||||
"name": "discours-editing-server",
|
"name": "discours-editing-server",
|
||||||
"version": "1.0.2",
|
"version": "1.0.2",
|
||||||
"description": "discours.io webrtc p2p network helping crdt-server",
|
"description": "discours.io webrtc p2p network helping crdt-server",
|
||||||
"main": "index.js",
|
"main": "index.cjs",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"fix": "npx @biomejs/biome check --apply-unsafe .",
|
"fix": "npx @biomejs/biome check --apply-unsafe .",
|
||||||
"start": "node ./index.js"
|
"start": "node ./index.cjs"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user