Skip to content

Commit

Permalink
Merge pull request #27 from ockham/dont-user-indexof-browser-alias
Browse files Browse the repository at this point in the history
Don't use browser alias for component-indexof dependency.
  • Loading branch information
stephenmathieson committed Feb 29, 2016
2 parents 7e8440c + 2373559 commit 2ba788b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Module dependencies.
*/

var index = require('indexof');
var index = require('component-indexof');

/**
* Whitespace regexp.
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
"dependencies": {
"component-indexof": "0.0.3"
},
"browser": {
"indexof": "component-indexof"
},
"component": {
"scripts": {
"classes/index.js": "index.js"
Expand Down

0 comments on commit 2ba788b

Please sign in to comment.