| 
									
										
										
										
											2018-06-14 09:57:43 +00:00
										 |  |  | 'use strict'; | 
					
						
							| 
									
										
										
										
											2018-06-14 20:43:57 +00:00
										 |  |  | module.exports = function (opts, cb) { | 
					
						
							|  |  |  |   var pkg = opts.package; | 
					
						
							|  |  |  |   var root = opts.root; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   //console.log('DEBUG pkg', pkg);
 | 
					
						
							|  |  |  |   //console.log('DEBUG root', root);
 | 
					
						
							| 
									
										
										
										
											2018-06-14 10:43:25 +00:00
										 |  |  |   process.nextTick(function () { | 
					
						
							|  |  |  |     cb(null, { message: "upgrade complete" }); | 
					
						
							|  |  |  |   }); | 
					
						
							|  |  |  |   return { message: "placeholder upgrade: nothing to do yet" }; | 
					
						
							| 
									
										
										
										
											2018-06-14 09:57:43 +00:00
										 |  |  | }; |