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('\\', '/')
|
||||
return Object.assign(file, { _state: 'SUCCESS' })
|
||||
} 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",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
|
Loading…
Reference in New Issue
Block a user