From e165c5ee2a3365081cb3c154b31ebad21d357fb8 Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Tue, 23 Feb 2016 11:57:27 +0100 Subject: [PATCH] added peer dependencies, upgraded version to major (new versioning scheme) --- bower.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bower.json b/bower.json index 99ec3f59..43d738d6 100644 --- a/bower.json +++ b/bower.json @@ -1,19 +1,19 @@ { "name": "yjs", - "version": "0.8.28", + "version": "9.0.0", "homepage": "y-js.org", "authors": [ "Kevin Jahns " ], - "description": "A Framework that enables Real-Time collaboration on arbitrary data structures.", - "main": "y.js", + "description": "A Framework for shared editing on any data", + "main": "./y.js", "keywords": [ "OT", - "collaboration", - "synchronization", - "sharejs", - "coweb", - "concurrency" + "Collaboration", + "Synchronization", + "Sharejs", + "Coweb", + "Concurrency" ], "license": "MIT" }