Skip to content

Commit

Permalink
make lib0 a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed Dec 5, 2019
1 parent 8e0d9e6 commit 9e3940b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,19 @@
"/node_modules"
]
},
"dependencies": {},
"dependencies": {
"lib0": "^0.1.4"
},
"devDependencies": {
"simple-peer": "^9.6.2",
"lib0": "^0.1.4",
"rollup": "^1.27.8",
"rollup-cli": "^1.0.9",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^5.1.2",
"standard": "^12.0.1",
"y-protocols": "^0.1.0",
"lib0": "^0.1.4",
"yjs": "13.0.0-102"
},
"peerDependenies": {
Expand Down

0 comments on commit 9e3940b

Please sign in to comment.