Skip to content

Commit

Permalink
Rename GeoJson.js to GeoJSON.js (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
graf authored and PaulLeCam committed Oct 7, 2016
1 parent c2be3d1 commit 10e7b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/GeoJson.js → lib/GeoJSON.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ var GeoJSON = function (_Path) {
GeoJSON.propTypes = {
data: _react.PropTypes.oneOfType([_react.PropTypes.array, _react.PropTypes.object]).isRequired
};
exports.default = GeoJSON;
exports.default = GeoJSON;

0 comments on commit 10e7b12

Please sign in to comment.