Skip to content
Snippets Groups Projects
Commit 3c07a938 authored by Kevin Jahns's avatar Kevin Jahns
Browse files

prepublish yjs

parent 55ccacc4
No related branches found
No related tags found
No related merge requests found
{ {
"name": "yjs", "name": "yjs",
"version": "0.5.0", "version": "0.5.1",
"description": "A Framework that enables Real-Time Collaboration on arbitrary data structures.", "description": "A Framework that enables Real-Time Collaboration on arbitrary data structures.",
"main": "./build/node/y.js", "main": "./build/node/y.js",
"scripts": { "scripts": {
"prepublish": "./node_module/.bin/gulp build_node",
"test": "./node_modules/.bin/gulp mocha" "test": "./node_modules/.bin/gulp mocha"
}, },
"repository": { "repository": {
...@@ -26,9 +27,9 @@ ...@@ -26,9 +27,9 @@
}, },
"homepage": "https://dadamonad.github.io/yjs/", "homepage": "https://dadamonad.github.io/yjs/",
"dependencies": { "dependencies": {
"chai": "^2.2.0"
}, },
"devDependencies": { "devDependencies": {
"chai": "^2.2.0",
"codo": "^2.0.9", "codo": "^2.0.9",
"coffee-errors": "~0.8.6", "coffee-errors": "~0.8.6",
"coffee-script": "^1.7.1", "coffee-script": "^1.7.1",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment