This commit is contained in:
Kevin Jahns 2017-07-05 18:12:35 +02:00
parent 9d9c84f40e
commit a7550fe5d3
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "yjs", "name": "yjs",
"version": "13.0.0-0", "version": "13.0.0-1",
"lockfileVersion": 1, "lockfileVersion": 1,
"dependencies": { "dependencies": {
"acorn": { "acorn": {

View File

@ -1,6 +1,6 @@
{ {
"name": "yjs", "name": "yjs",
"version": "13.0.0-0", "version": "13.0.0-1",
"description": "A framework for real-time p2p shared editing on any data", "description": "A framework for real-time p2p shared editing on any data",
"main": "./src/y.js", "main": "./src/y.js",
"scripts": { "scripts": {