mirror of
https://github.com/yjs/yjs.git
synced 2025-12-28 16:06:36 +01:00
Merge branch 'master' of github.com:yjs/yjs
This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
"module": "./dist/yjs.mjs",
|
||||
"types": "./dist/src/index.d.ts",
|
||||
"sideEffects": false,
|
||||
"funding": {
|
||||
"type": "GitHub Sponsors ❤",
|
||||
"url": "https://github.com/sponsors/dmonad"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "npm run dist && node ./dist/tests.cjs --repitition-time 50",
|
||||
"test-extensive": "npm run lint && npm run dist && node ./dist/tests.cjs --production --repitition-time 10000",
|
||||
|
||||
Reference in New Issue
Block a user