rename libraries 'basend-*' to 'wo-base-*', 'corend-*' to 'wo-core-*', 'usend-*' to 'wo-user-*'
This commit is contained in:
		
							parent
							
								
									c993703471
								
							
						
					
					
						commit
						94e01b5739
					
				@ -32,7 +32,7 @@ module.exports = {
 | 
				
			|||||||
        file.path = file.path.replace('\\', '/')
 | 
					        file.path = file.path.replace('\\', '/')
 | 
				
			||||||
        return Object.assign(file, { _state: 'SUCCESS' })
 | 
					        return Object.assign(file, { _state: 'SUCCESS' })
 | 
				
			||||||
      } else {
 | 
					      } else {
 | 
				
			||||||
        return { _state: 'BASEND_FAIL_FILE_NOT_RECEIVED' }
 | 
					        return { _state: 'WOBASE_FAIL_FILE_NOT_RECEIVED' }
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
				
			|||||||
@ -1,5 +1,5 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "name": "basend-fileloader",
 | 
					  "name": "wo-base-fileloader",
 | 
				
			||||||
  "main": "fileloader.js",
 | 
					  "main": "fileloader.js",
 | 
				
			||||||
  "version": "0.1.0",
 | 
					  "version": "0.1.0",
 | 
				
			||||||
  "private": true,
 | 
					  "private": true,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user