Use relative require path

This commit is contained in:
Kevin Sawicki
2013-04-25 18:35:28 -07:00
parent 3a05731f2d
commit 1d9aa7c5e1

View File

@@ -36,5 +36,5 @@ module.exports =
createView: ->
unless @commandLoggerView
CommandLoggerView = require 'command-logger/lib/command-logger-view'
CommandLoggerView = require './command-logger-view'
@commandLoggerView = new CommandLoggerView