From ed2273e2ed6769770d59d5baf370b936beae34bc Mon Sep 17 00:00:00 2001 From: Lars Karbo Date: Tue, 24 Apr 2018 12:59:51 -0700 Subject: [PATCH] Remove y-array duplicates --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 94c0b770..086ac1b4 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,6 @@ missing modules. - // .. @@ -89,7 +88,6 @@ var Y = require('yjs') require('y-array')(Y) // add the y-array type to Yjs require('y-websockets-client')(Y) require('y-memory')(Y) -require('y-array')(Y) require('y-map')(Y) require('y-text')(Y) // .. @@ -102,7 +100,6 @@ import Y from 'yjs' import yArray from 'y-array' import yWebsocketsClient from 'y-webrtc' import yMemory from 'y-memory' -import yArray from 'y-array' import yMap from 'y-map' import yText from 'y-text' // ..