Skip to content

Commit

Permalink
index: fix require of component/events
Browse files Browse the repository at this point in the history
It was clashing with the 'events' built in in browserify.
  • Loading branch information
coreh committed Apr 15, 2015
1 parent ed9f64b commit 25b7f49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -10,7 +10,7 @@ var has3d = require('has-translate3d');
var style = require('computed-style');
var Emitter = require('emitter');
var event = require('event');
var events = require('events');
var events = require('component-events');
var min = Math.min;
var max = Math.max;

Expand Down
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -23,8 +23,7 @@
"browser": {
"computed-style": "computed-style-component",
"emitter": "component-emitter",
"event": "component-event",
"events": "component-events"
"event": "component-event"
},
"license": "MIT",
"component": {
Expand Down

0 comments on commit 25b7f49

Please sign in to comment.