We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a2ea4 commit 522685fCopy full SHA for 522685f
javascript/package.json
@@ -59,9 +59,9 @@
59
"prettier": "^2.6.0",
60
"process": "0.11.10",
61
"rimraf": "^3.0.0",
62
- "tsc-esm-fix": "^2.20.0",
63
"typedoc": "^0.23.21",
64
- "typescript": "^4.8.0"
+ "typescript": "^4.8.0",
+ "tsc-esm-fix": "^2.20.0"
65
},
66
"publishConfig": {
67
"access": "public"
tests/package.json
@@ -2,6 +2,7 @@
2
"name": "@jupyter/ydoc-test",
3
"version": "0.0.1",
4
"type": "module",
5
+ "private": "true",
6
"dependencies": {
7
"@jupyter/ydoc": "file:../javascript",
8
"ws": "^8.5.0",
0 commit comments