Make more obvious that helpers is private

This commit is contained in:
Juan Cruz Viotti 2014-12-22 15:26:57 -04:00
parent 212c06e5a2
commit 5578b7edab
3 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
path = require('path')
userHome = require('user-home')
helpers = require('./helpers/helpers')
helpers = require('./_helpers/helpers')
ConfJS = require('conf.js')