Skip to content

Commit

Permalink
Fix dependency requires
Browse files Browse the repository at this point in the history
  • Loading branch information
mojodna committed Jun 14, 2017
1 parent c562cbb commit 3f44360
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

## v0.10.1 - 6/14/17

* Fix dependency `require`s

## v0.10.0 - 6/13/17

* Update dependencies
Expand Down
2 changes: 1 addition & 1 deletion bin/tl.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var fs = require("fs"),
path = require("path");

var parser = require("nomnom"),
tilelive = require("tilelive-cache")(require("tilelive-streaming")(require("tilelive")));
tilelive = require("tilelive-cache")(require("tilelive-streaming")(require("@mapbox/tilelive")));

parser.options({
version: {
Expand Down

0 comments on commit 3f44360

Please sign in to comment.