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

Commit

Permalink
Fix error: JSONStream -> jsonstream
Browse files Browse the repository at this point in the history
  • Loading branch information
dianashk committed Jul 21, 2015
1 parent 992f45d commit c14df34
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 c14df34

Please sign in to comment.