Skip to content

Commit

Permalink
Remove dev path hacks
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhammond committed Dec 8, 2014
1 parent f2a62bf commit 76a00f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slack.coffee
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{Robot, Adapter, TextMessage, EnterMessage, LeaveMessage} = require '../../hubot/node_modules/hubot'
{Robot, Adapter, TextMessage, EnterMessage, LeaveMessage} = require 'hubot'

SlackClient = require 'slack-client'
Util = require 'util'
Expand Down

0 comments on commit 76a00f6

Please sign in to comment.