Skip to content

Commit

Permalink
Move package to @mapbox namespace. (#14)
Browse files Browse the repository at this point in the history
* Move package to @mapbox namespace.

* update readme require [skip ci]
  • Loading branch information
tmcw authored and mapsam committed Feb 27, 2017
1 parent d040242 commit f15fec2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ node-tilejson wrapping source for tilelive.
expires: 600 // optional, object expiration time in seconds
ttl: 300 // optional, relay mode only, numbe of seconds before an object should be re-checked.
};
var TileJSON = require('tilelive-memcached')(options, require('tilejson'));
var TileJSON = require('@mapbox/tilelive-memcached')(options, require('tilejson'));

new TileJSON( ... )

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "tilelive-memcached",
"name": "@mapbox/tilelive-memcached",
"version": "1.0.1",
"main": "./index.js",
"description": "memcached wrapping source for tilelive",
Expand All @@ -20,4 +20,4 @@
"engines": {
"node": "0.10.x"
}
}
}

0 comments on commit f15fec2

Please sign in to comment.