Use correct path for gulp
This commit is contained in:
		
							parent
							
								
									3c07a938cd
								
							
						
					
					
						commit
						da25905b73
					
				@ -4,8 +4,8 @@
 | 
				
			|||||||
  "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",
 | 
					    "prepublish": "./node_modules/gulp/bin/gulp.js build_node",
 | 
				
			||||||
    "test": "./node_modules/.bin/gulp mocha"
 | 
					    "test": "./node_modules/gulp/bin/gulp.js mocha"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "repository": {
 | 
					  "repository": {
 | 
				
			||||||
    "type": "git",
 | 
					    "type": "git",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user