bump y-protocols dependency

This commit is contained in:
Kevin Jahns 2019-04-28 17:27:36 +02:00
parent 20005eecdb
commit 4644511303
2 changed files with 5 additions and 8 deletions

6
package-lock.json generated
View File

@ -5579,9 +5579,9 @@
"dev": true
},
"y-protocols": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/y-protocols/-/y-protocols-0.0.2.tgz",
"integrity": "sha512-ixAaywK7USrMX7h6H2PZ59rtNVZcfJCNO0+/gDhAV1Sizwxdt0T6wPm9RCxDJtY3pXNeWA8MgtBysMGkgGA5xA==",
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/y-protocols/-/y-protocols-0.0.3.tgz",
"integrity": "sha512-b6yUR4KuRN9ehf2b0/YyaxxO2bxk7ti5DDTg5Jm/FEtPf0Vk6s4ez5wIhkV1nA7bloz/NDmVpoCDPFX1zZORhg==",
"dev": true
},
"yallist": {

View File

@ -24,10 +24,7 @@
"dist/*",
"src/*",
"tests/*",
"examples/*",
"docs/*",
"README.md",
"LICENSE"
"docs/*"
],
"dictionaries": {
"doc": "docs",
@ -60,7 +57,7 @@
"lib0": "0.0.2"
},
"devDependencies": {
"y-protocols": "0.0.2",
"y-protocols": "0.0.3",
"codemirror": "^5.42.0",
"concurrently": "^3.6.1",
"jsdoc": "^3.5.5",