Compare commits

...

3 Commits

Author SHA1 Message Date
Kevin Jahns
5688f6a03a v13.0.0-3 -- distribution files 2017-07-06 03:29:38 +02:00
Kevin Jahns
434ec84837 13.0.0-3 2017-07-06 03:29:09 +02:00
Kevin Jahns
2b618cd83c change to correct main file 2017-07-06 03:28:06 +02:00
4 changed files with 13 additions and 3 deletions

2
package-lock.json generated
View File

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

View File

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

9
y.js Normal file

File diff suppressed because one or more lines are too long

1
y.js.map Normal file

File diff suppressed because one or more lines are too long