Skip to content

Commit

Permalink
Remove unused lodash.indexof dependency
Browse files Browse the repository at this point in the history
Closes #6
  • Loading branch information
kenany committed May 20, 2014
1 parent 25f3979 commit 13da52b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
var contains = require('lodash.contains');
var forEach = require('lodash.foreach');
var indexOf = require('lodash.indexof');

var starts = ['!', '.', '/', ';;'];
var reCommand = new RegExp(/^(([!.\/])|(;{2}))\w+(\s[^\s]+)*$/);
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
},
"dependencies": {
"lodash.contains": "^2.4.1",
"lodash.foreach": "^2.4.1",
"lodash.indexof": "^2.4.1"
"lodash.foreach": "^2.4.1"
},
"devDependencies": {
"tape": "^2.4.2"
Expand Down

0 comments on commit 13da52b

Please sign in to comment.