Skip to content

Commit

Permalink
2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yocontra committed May 7, 2018
1 parent d4b1ed6 commit fce6fe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/defaultConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exports.default = {
port: 21
},
http: 'https://www2.census.gov',
base: '/geo/tiger/TIGER2016/',
base: '/geo/tiger/TIGER2017/',
objects: ['STATE', 'COUNTY', 'PLACE', 'ZCTA5']
};
module.exports = exports['default'];
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "census-boundaries",
"version": "2.0.2",
"version": "2.0.3",
"description": "Downloads and converts US Census TIGER data representing all boundaries in the United States",
"main": "dist/index.js",
"keywords": [
Expand Down

0 comments on commit fce6fe5

Please sign in to comment.