Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Dec 26, 2014
1 parent bd3cd8b commit 5b562b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"coveralls": "~2.10.0",
"istanbul": "~0.2.11",
"jshint": "^2.5.1",
"pbf": "^1.1.1",
"pbf": "^1.1.3",
"tape": "~2.13.3"
},
"jshintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion test/bench.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var Pbf = require('pbf'),
VectorTile = VectorTile = require('..').VectorTile,
VectorTile = require('..').VectorTile,
Benchmark = require('benchmark'),
fs = require('fs');

Expand Down

0 comments on commit 5b562b9

Please sign in to comment.