Skip to content

Commit

Permalink
NPM fix for wercker
Browse files Browse the repository at this point in the history
  • Loading branch information
Koen Bok committed Dec 14, 2015
1 parent f028293 commit daa0919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framer/EventEmitter.coffee
@@ -1,6 +1,6 @@
{_} = require "./Underscore"

EventEmitter3 = require "EventEmitter3"
EventEmitter3 = require "eventemitter3"

EventKey = "_events"

Expand Down

0 comments on commit daa0919

Please sign in to comment.