Skip to content

Commit

Permalink
Update to mapbox namespace and update dev dependency of mapnik
Browse files Browse the repository at this point in the history
  • Loading branch information
flippmoke committed Apr 21, 2017
1 parent b7abef2 commit d96dc07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/vectortilefeature.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

var Point = require('point-geometry');
var Point = require('@mapbox/point-geometry');

module.exports = VectorTileFeature;

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "vector-tile",
"name": "@mapbox/vector-tile",
"description": "Parses vector tiles",
"repository": "https://github.com/mapbox/vector-tile-js.git",
"version": "1.3.0",
"license": "BSD-3-Clause",
"main": "index.js",
"dependencies": {
"point-geometry": "0.0.0"
"@mapbox/point-geometry": "~0.1.0"
},
"devDependencies": {
"benchmark": "^1.0.0",
"coveralls": "~2.11.2",
"istanbul": "~0.3.6",
"mapnik": "^3.5.13",
"mapnik": "^3.6.0",
"jshint": "^2.6.3",
"pbf": "^1.3.2",
"tape": "~3.5.0",
Expand Down

0 comments on commit d96dc07

Please sign in to comment.