Compare commits

..

1 Commits

Author SHA1 Message Date
Kevin Jahns
0600197977 v13.0.0-2 -- distribution files 2017-07-05 18:48:37 +02:00
3 changed files with 4 additions and 4 deletions

2
package-lock.json generated
View File

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

View File

@@ -1,8 +1,8 @@
{
"name": "yjs",
"version": "13.0.0-3",
"version": "13.0.0-2",
"description": "A framework for real-time p2p shared editing on any data",
"main": "./y.js",
"main": "./src/y.js",
"scripts": {
"test": "npm run lint",
"lint": "standard",

2
y.js

File diff suppressed because one or more lines are too long