Skip to content

Commit

Permalink
remove unused requires / deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mick committed Dec 16, 2015
1 parent 381b83e commit e4c493c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
var _ = require('lodash');
var Metadata = require('./lib/metadata');
var uniq = require('uniq');
var queue = require('queue-async');
var Dyno = require('dyno');
var AWS = require('aws-sdk');
var tilebelt = require('tilebelt');
var geobuf = require('geobuf');
var stream = require('stream');

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
"queue-async": "~1.0.7",
"sphericalmercator": "^1.0.3",
"through2": "^2.0.0",
"tilebelt": "^0.5.2",
"uniq": "~1.0.0"
"tilebelt": "^0.5.2"
},
"devDependencies": {
"coveralls": "^2.11.2",
Expand Down

0 comments on commit e4c493c

Please sign in to comment.