Skip to content

Commit

Permalink
chore(package) v15.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jan 25, 2021
1 parent b0e63fd commit ee5cbb1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion 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])

Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -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])

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion test/rest/fs.js
Expand Up @@ -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();
});

0 comments on commit ee5cbb1

Please sign in to comment.