From 3c07a938cd40395cc9e79885fc70c1974093cb56 Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Thu, 7 May 2015 13:34:42 +0200 Subject: [PATCH] prepublish yjs --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a2319c47..c1416599 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,10 @@ { "name": "yjs", - "version": "0.5.0", + "version": "0.5.1", "description": "A Framework that enables Real-Time Collaboration on arbitrary data structures.", "main": "./build/node/y.js", "scripts": { + "prepublish": "./node_module/.bin/gulp build_node", "test": "./node_modules/.bin/gulp mocha" }, "repository": { @@ -26,9 +27,9 @@ }, "homepage": "https://dadamonad.github.io/yjs/", "dependencies": { - "chai": "^2.2.0" }, "devDependencies": { + "chai": "^2.2.0", "codo": "^2.0.9", "coffee-errors": "~0.8.6", "coffee-script": "^1.7.1",