From 94e01b5739615f467f6a57388dc4b8ef965351ef Mon Sep 17 00:00:00 2001 From: "luk.lu" Date: Wed, 17 Aug 2022 08:59:42 +0800 Subject: [PATCH] rename libraries 'basend-*' to 'wo-base-*', 'corend-*' to 'wo-core-*', 'usend-*' to 'wo-user-*' --- fileloader.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fileloader.js b/fileloader.js index aa9aeac..593d128 100644 --- a/fileloader.js +++ b/fileloader.js @@ -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' } } }, }, diff --git a/package.json b/package.json index 5135b18..e04036a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "basend-fileloader", + "name": "wo-base-fileloader", "main": "fileloader.js", "version": "0.1.0", "private": true,