From 5578b7edab639299101c2384cdf45907006a80d1 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Mon, 22 Dec 2014 15:26:57 -0400 Subject: [PATCH] Make more obvious that helpers is private --- lib/resin/{helpers => _helpers}/helpers.coffee | 0 lib/resin/{helpers => _helpers}/helpers.spec.coffee | 0 lib/resin/settings.coffee | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename lib/resin/{helpers => _helpers}/helpers.coffee (100%) rename lib/resin/{helpers => _helpers}/helpers.spec.coffee (100%) diff --git a/lib/resin/helpers/helpers.coffee b/lib/resin/_helpers/helpers.coffee similarity index 100% rename from lib/resin/helpers/helpers.coffee rename to lib/resin/_helpers/helpers.coffee diff --git a/lib/resin/helpers/helpers.spec.coffee b/lib/resin/_helpers/helpers.spec.coffee similarity index 100% rename from lib/resin/helpers/helpers.spec.coffee rename to lib/resin/_helpers/helpers.spec.coffee diff --git a/lib/resin/settings.coffee b/lib/resin/settings.coffee index 59f069ae..8b288a60 100644 --- a/lib/resin/settings.coffee +++ b/lib/resin/settings.coffee @@ -1,6 +1,6 @@ path = require('path') userHome = require('user-home') -helpers = require('./helpers/helpers') +helpers = require('./_helpers/helpers') ConfJS = require('conf.js')