Skip to content

Commit

Permalink
update deps, clear lodash to save size
Browse files Browse the repository at this point in the history
  • Loading branch information
Contra committed Nov 13, 2014
1 parent ad40206 commit 576cdbf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
3 changes: 1 addition & 2 deletions index.js
@@ -1,8 +1,7 @@
'use strict';

var path = require('path');
var _ = require('lodash');
var findIndex = _.findIndex;
var findIndex = require('find-index');

var flattenGlob = function(arr){
var out = [];
Expand Down
12 changes: 8 additions & 4 deletions package.json
Expand Up @@ -9,15 +9,19 @@
},
"author": "Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
"main": "./index.js",
"files": [
"index.js",
"lib"
],
"dependencies": {
"lodash": "^2.4.1"
"find-index": "^0.1.1"
},
"devDependencies": {
"coveralls": "^2.6.1",
"istanbul": "^0.2.3",
"istanbul": "^0.3.2",
"jshint": "^2.4.1",
"jshint-stylish": "^0.2.0",
"mocha": "^1.17.0",
"jshint-stylish": "^1.0.0",
"mocha": "^2.0.0",
"mocha-lcov-reporter": "^0.0.1",
"glob": "^4.0.0",
"should": "^4.0.0"
Expand Down

0 comments on commit 576cdbf

Please sign in to comment.