From da25905b73fe45c291a27ead5b0aa6f2a8501408 Mon Sep 17 00:00:00 2001
From: cphyc <admin@cphyc.me>
Date: Tue, 19 May 2015 10:47:36 +0200
Subject: [PATCH] Use correct path for gulp

---
 package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index c1416599..645a5191 100644
--- a/package.json
+++ b/package.json
@@ -4,8 +4,8 @@
   "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"
+    "prepublish": "./node_modules/gulp/bin/gulp.js build_node",
+    "test": "./node_modules/gulp/bin/gulp.js mocha"
   },
   "repository": {
     "type": "git",