Skip to content

Commit

Permalink
Merge pull request #14 from sebdeckers/master
Browse files Browse the repository at this point in the history
Substituting component-indexof for deprecated indexof
  • Loading branch information
goto-bus-stop authored Mar 22, 2018
2 parents bfd7c5f + f38fd0f commit 7fc6c72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var indexOf = require('indexof');
var indexOf = require('component-indexof');

var Object_keys = function (obj) {
if (Object.keys) return Object.keys(obj)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"eval"
],
"dependencies": {
"indexof": "0.0.1"
"component-indexof": "0.0.3"
},
"devDependencies": {
"tape": "~2.3.2"
Expand Down

0 comments on commit 7fc6c72

Please sign in to comment.