diff --git a/package.json b/package.json index fac9c63..5d4c6f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fences-builder", - "version": "0.1.1", + "version": "0.1.2", "description": "Extract administrative polygons from openstreetmap data", "keywords": [ "osm", diff --git a/src/streamFactory.js b/src/streamFactory.js index 4662e2d..b50d25b 100644 --- a/src/streamFactory.js +++ b/src/streamFactory.js @@ -3,7 +3,7 @@ var util = require('util'); var moment = require('moment'); var path = require('path'); var geojson_stream = require('geocodejson-stream'); -var JSONStream = require('JSONStream'); +var JSONStream = require('jsonstream'); var pkg = require('../package.json'); /**