Fix a peerDependencies typo in package.json

This commit is contained in:
Thomas Parisot 2021-05-12 11:17:24 +02:00 committed by GitHub
parent 9d7e5eaec8
commit 308befc2b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@
"typescript": "^3.9.9", "typescript": "^3.9.9",
"yjs": "^13.5.0" "yjs": "^13.5.0"
}, },
"peerDependenies": { "peerDependencies": {
"yjs": "^13.5.0" "yjs": "^13.5.0"
}, },
"optionalDependencies": { "optionalDependencies": {