From 3d71ba35c046b3306bcb97e697e4b2b18ec06b0f Mon Sep 17 00:00:00 2001 From: habib-deriv Date: Wed, 3 Aug 2022 14:53:19 +0600 Subject: [PATCH 1/3] add test PR --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de100d06e065f..f2bd2946730c7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Binary-Static +# Binary-Static Test PR This repository contains the static HTML, Javascript, CSS, and images content of the [Binary.com](http://www.binary.com) website. From 325c05b31597ea687c89104d11a5e71a0361c7df Mon Sep 17 00:00:00 2001 From: habib-deriv Date: Wed, 3 Aug 2022 14:58:43 +0600 Subject: [PATCH 2/3] remove test PR --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2bd2946730c7..de100d06e065f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Binary-Static Test PR +# Binary-Static This repository contains the static HTML, Javascript, CSS, and images content of the [Binary.com](http://www.binary.com) website. From 213488a48ab563ab92741150cf3feab3c305e7f0 Mon Sep 17 00:00:00 2001 From: habib-deriv Date: Fri, 13 Jan 2023 09:08:16 +0600 Subject: [PATCH 3/3] add test commit --- scripts/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/common.js b/scripts/common.js index 368be4b0a1897..b4851388b168b 100644 --- a/scripts/common.js +++ b/scripts/common.js @@ -5,7 +5,7 @@ const util = require('util'); exports.root_path = require('app-root-path').path; -// ---------- Pages config ---------- +// ---------- Pages config --------- exports.pages = require('./config/pages.js').map(p => ({ save_as : p[0], tpl_path : p[1],