Skip to content
Snippets Groups Projects
Commit da25905b authored by cphyc's avatar cphyc
Browse files

Use correct path for gulp

parent 3c07a938
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
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