Skip to content

Commit

Permalink
fix: update for 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
yocontra committed Jan 27, 2020
1 parent b83c44c commit 5e11fab
Show file tree
Hide file tree
Showing 4 changed files with 3,763 additions and 9 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/TIGER2017/',
base: '/geo/tiger/TIGER2019/',
objects: ['STATE', 'COUNTY', 'PLACE', 'ZCTA5']
};
module.exports = exports['default'];
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "census-boundaries",
"version": "2.0.5",
"version": "2.0.6",
"description": "Downloads and converts US Census TIGER data representing all boundaries in the United States",
"main": "dist/index.js",
"keywords": [
Expand Down Expand Up @@ -48,22 +48,22 @@
"babel-register": "^6.26.0",
"eslint": "^4.0.0",
"eslint-cli": "^1.1.1",
"rimraf": "^2.6.2"
"rimraf": "^3.0.0"
},
"dependencies": {
"JSONStream": "^1.3.2",
"async": "^2.6.0",
"async": "^3.0.0",
"babel-runtime": "^6.26.0",
"chalk": "^2.0.0",
"debug": "^3.0.0",
"chalk": "^3.0.0",
"debug": "^4.0.0",
"ftp": "^0.3.10",
"lodash.clone": "^4.5.0",
"meow": "^4.0.0",
"meow": "^6.0.0",
"once": "^1.3.3",
"plural": "^1.0.0",
"pump": "^3.0.0",
"shp2json": "^1.2.1",
"superagent": "^3.8.2",
"superagent": "^5.0.0",
"through2-asyncmap": "^1.1.0",
"url-join": "^4.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion src/defaultConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
port: 21
},
http: 'https://www2.census.gov',
base: '/geo/tiger/TIGER2017/',
base: '/geo/tiger/TIGER2019/',
objects: [
'STATE', 'COUNTY',
'PLACE', 'ZCTA5'
Expand Down
Loading

0 comments on commit 5e11fab

Please sign in to comment.