mirror of
https://github.com/yjs/yjs.git
synced 2025-12-28 16:06:36 +01:00
Merge pull request #20 from cphyc/Fix-error-in-package.json
Use correct path for gulp
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user