From 2079a75f435be96b8d25ee2b5c9f035db5739b0c Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Sat, 12 Jan 2019 23:25:54 -0800 Subject: renamed camelcase --- index.js | 4 ++-- v1/autoGeneratedlist.json | 1 + v1/autogeneratedlist.json | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 v1/autoGeneratedlist.json delete mode 100644 v1/autogeneratedlist.json diff --git a/index.js b/index.js index 0d909de..ee25852 100644 --- a/index.js +++ b/index.js @@ -3,7 +3,7 @@ const path = require('path'); const fs = require('fs-extra') const pathOfApps = path.join(path.join(__dirname, 'v1'), 'apps'); -const pathOfList = path.join(path.join(__dirname, 'v1'), 'autogeneratedlist.json'); +const pathOfList = path.join(path.join(__dirname, 'v1'), 'autoGeneratedlist.json'); fs.readdir(pathOfApps, function(err, items) { for (var i = 0; i < items.length; i++) { @@ -18,4 +18,4 @@ fs.readdir(pathOfApps, function(err, items) { console.log(err) }); -}); \ No newline at end of file +}); diff --git a/v1/autoGeneratedlist.json b/v1/autoGeneratedlist.json new file mode 100644 index 0000000..bb79ad0 --- /dev/null +++ b/v1/autoGeneratedlist.json @@ -0,0 +1 @@ +{"appList":["adminer","couchdb","minio","mongo-express","mongodb","mysql","nextcloud","parse","phpmyadmin","postgres","redis","strapi","thumbor","vsts","wordpress"]} diff --git a/v1/autogeneratedlist.json b/v1/autogeneratedlist.json deleted file mode 100644 index bb79ad0..0000000 --- a/v1/autogeneratedlist.json +++ /dev/null @@ -1 +0,0 @@ -{"appList":["adminer","couchdb","minio","mongo-express","mongodb","mysql","nextcloud","parse","phpmyadmin","postgres","redis","strapi","thumbor","vsts","wordpress"]} -- cgit v1.2.3