Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Commit

Permalink
Merge pull request #28 from pelias/hotfix
Browse files Browse the repository at this point in the history
Fix error: JSONStream -> jsonstream
  • Loading branch information
Diana Shkolnikov committed Jul 21, 2015
2 parents 681f72c + c14df34 commit a2ffb4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fences-builder",
"version": "0.1.1",
"version": "0.1.2",
"description": "Extract administrative polygons from openstreetmap data",
"keywords": [
"osm",
Expand Down
2 changes: 1 addition & 1 deletion src/streamFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');

/**
Expand Down

0 comments on commit a2ffb4f

Please sign in to comment.