mirror of
https://github.com/yjs/yjs.git
synced 2025-12-14 18:57:45 +01:00
temporary rename for beta releases depending on yjs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "yjs",
|
||||
"name": "@y/y",
|
||||
"version": "14.0.0-16",
|
||||
"description": "Shared Editing Library",
|
||||
"main": "./dist/yjs.cjs",
|
||||
@@ -15,9 +15,9 @@
|
||||
"clean": "rm -rf dist",
|
||||
"test": "NODE_ENV=development node ./tests/index.js --repetition-time 50",
|
||||
"test-extensive": "node ./tests/index.js --production --repetition-time 10000",
|
||||
"dist": "npm run clean && rollup -c && (tsc || true)",
|
||||
"dist": "npm run clean && rollup -c && (tsc --skipLibCheck|| true)",
|
||||
"watch": "rollup -wc",
|
||||
"lint": "markdownlint README.md && standard && tsc",
|
||||
"lint": "markdownlint README.md && standard && tsc --skipLibCheck",
|
||||
"preversion": "PRODUCTION=1 npm run dist && test -e dist/src/index.d.ts && test -e dist/yjs.cjs && test -e dist/yjs.cjs",
|
||||
"debug": "npm run gentesthtml && 0serve -o test.html",
|
||||
"trace-deopt": "clear && node --trace-deopt ./tests/index.js",
|
||||
|
||||
Reference in New Issue
Block a user