Skip to content

Commit

Permalink
merg upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed Mar 20, 2020
2 parents f18bb75 + 9dced01 commit c566267
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 20 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "y-webrtc",
"version": "10.1.1",
"version": "10.1.2",
"description": "WebRTC provider for Yjs",
"main": "./dist/y-webrtc.cjs",
"module": "./src/y-webrtc.js",
Expand Down Expand Up @@ -65,6 +65,6 @@
"ws": "^7.2.0"
},
"engines": {
"node": "10.x"
"node": ">=10"
}
}
2 changes: 0 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
"moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
"baseUrl": "./", /* Base directory to resolve non-absolute module names. */
"paths": {
"yjs": ["../yjs/src/index.js"],
"lib0/*": ["../lib0/*"],
"y-protocols/*": ["../y-protocols/*"]
},
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
Expand Down

0 comments on commit c566267

Please sign in to comment.