mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(package) v15.4.3
This commit is contained in:
parent
b0e63fd3fd
commit
ee5cbb13b0
5 changed files with 12 additions and 4 deletions
|
|
@ -1,3 +1,11 @@
|
|||
2021.01.25, v15.4.3
|
||||
|
||||
feature:
|
||||
- (package) restbox v3.0.0
|
||||
- (package) ponse v6.0.0
|
||||
- (package) files-io v4.0.0
|
||||
|
||||
|
||||
2021.01.21, v15.4.2
|
||||
|
||||
feature:
|
||||
|
|
|
|||
2
HELP.md
2
HELP.md
|
|
@ -1,4 +1,4 @@
|
|||
# Cloud Commander v15.4.2
|
||||
# Cloud Commander v15.4.3
|
||||
|
||||
### [Main][MainURL] [Blog][BlogURL] Live(![Heroku][Heroku_LIVE_IMG] [Heroku][HerokuURL])
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Cloud Commander v15.4.2 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL]
|
||||
# Cloud Commander v15.4.3 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL]
|
||||
|
||||
### [Main][MainURL] [Blog][BlogURL] Live([Heroku][HerokuURL])
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cloudcmd",
|
||||
"version": "15.4.2",
|
||||
"version": "15.4.3",
|
||||
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
|
||||
"description": "File manager for the web with console and editor",
|
||||
"homepage": "http://cloudcmd.io",
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ test('cloudcmd: rest: fs: path', async (t) => {
|
|||
|
||||
const {path} = body;
|
||||
|
||||
t.equal('/', path, 'should dir path be "/"');
|
||||
t.equal(path, '/', 'should dir path be "/"');
|
||||
t.end();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue