Release 0.7.6

This commit is contained in:
Kevin Jahns 2016-01-11 15:48:10 +01:00
parent fd6a28eb25
commit a33d0bf7bc
2 changed files with 5 additions and 6 deletions

2
dist

@ -1 +1 @@
Subproject commit 15a472df44c95844df894006919193186b80004d
Subproject commit ff006c92d70c0afca6c7dde3aa72b176b1b3ec0b

View File

@ -1,6 +1,6 @@
{
"name": "yjs",
"version": "0.7.6",
"version": "0.7.7",
"description": "A framework for real-time p2p shared editing on arbitrary complex data types",
"main": "./src/y.js",
"scripts": {
@ -71,9 +71,8 @@
"run-sequence": "^1.1.4",
"standard": "^5.2.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"vinyl-source-stream": "^1.1.0",
"babel-eslint": "^5.0.0-beta6"
}
},
"dependencies": {}
}