Compare commits

..

4 Commits

Author SHA1 Message Date
Kevin Jahns
fafda2726f Deploy 9.0.3 2016-02-23 15:50:16 +01:00
Kevin Jahns
116770fbce fix gitignore, fix Examples/bower.json 2016-02-23 15:47:53 +01:00
Kevin Jahns
5286f507c8 Deploy 9.0.2 2016-02-23 15:42:09 +01:00
Kevin Jahns
2f7349b712 fixed bower & added dependencies & cleanup 2016-02-23 15:41:22 +01:00
3 changed files with 14 additions and 19 deletions

7
.gitignore vendored
View File

@@ -1,8 +1 @@
node_modules
bower_components bower_components
.directory
.codio
.settings
.jshintignore
.jshintrc
.validate.json

View File

@@ -9,15 +9,15 @@
"license": "MIT", "license": "MIT",
"ignore": [], "ignore": [],
"dependencies": { "dependencies": {
"yjs": "~0.7.6", "yjs": "latest",
"y-array": "~0.7.5", "y-array": "latest",
"y-map": "~0.7.2", "y-map": "latest",
"y-memory": "~0.7.0", "y-memory": "latest",
"y-richtext": "~0.7.5", "y-richtext": "latest",
"y-webrtc": "~0.7.1", "y-webrtc": "latest",
"y-websockets-client": "~0.7.10", "y-websockets-client": "latest",
"y-text": "~0.7.1", "y-text": "latest",
"y-indexeddb": "~0.7.1", "y-indexeddb": "latest",
"quill": "~0.20.1", "quill": "~0.20.1",
"ace": "~1.2.3", "ace": "~1.2.3",
"ace-builds": "~1.2.3" "ace-builds": "~1.2.3"

View File

@@ -1,6 +1,6 @@
{ {
"name": "yjs", "name": "yjs",
"version": "9.0.1", "version": "9.0.3",
"homepage": "y-js.org", "homepage": "y-js.org",
"authors": [ "authors": [
"Kevin Jahns <kevin.jahns@rwth-aachen.de>" "Kevin Jahns <kevin.jahns@rwth-aachen.de>"
@@ -8,12 +8,14 @@
"description": "A Framework for shared editing on any data", "description": "A Framework for shared editing on any data",
"main": "./y.js", "main": "./y.js",
"keywords": [ "keywords": [
"Yjs",
"OT", "OT",
"Collaboration", "Collaboration",
"Synchronization", "Synchronization",
"Sharejs", "ShareJS",
"Coweb", "Coweb",
"Concurrency" "Concurrency"
], ],
"license": "MIT" "license": "MIT",
"ignore": []
} }