Skip to content

Commit

Permalink
Merge pull request #12 from geolonia/fix-#10
Browse files Browse the repository at this point in the history
export defaultをexportに変更
  • Loading branch information
sugama-satsuki authored Jul 8, 2024
2 parents 424ff0e + bdd136e commit e236284
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

export default class GeoJsonlookfor {
export class GeoJsonlookfor {

geojson: any;

Expand Down
2 changes: 1 addition & 1 deletion test/test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { assert } from 'chai';
import * as fs from 'fs';
import GeoJsonlookfor from '../src/index';
import { GeoJsonlookfor } from '../src/index';


// testデータのディレクトリ名を取得する
Expand Down

0 comments on commit e236284

Please sign in to comment.