From c90a82094f97867887dff7cc9e3a17953aeccfda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Sun, 1 Nov 2015 12:40:47 +0200 Subject: [PATCH] Semicolon --- .blah/README.ejs | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.blah/README.ejs b/.blah/README.ejs index f900a2d..7333928 100644 --- a/.blah/README.ejs +++ b/.blah/README.ejs @@ -175,7 +175,7 @@ module.exports = { // No global activity by default // If true, this will enable the global activity calendar in the current project , global_activity: false -} +}; ``` Since it's a js file, you can `require` any other modules there. diff --git a/README.md b/README.md index fb2fcd4..fb7d7ce 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ module.exports = { // No global activity by default // If true, this will enable the global activity calendar in the current project , global_activity: false -} +}; ``` Since it's a js file, you can `require` any other modules there.