Skip to content

Commit

Permalink
refactor: drop expo-atlas/middleware entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Mar 16, 2024
1 parent b331b28 commit 95c3527
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 8 deletions.
1 change: 0 additions & 1 deletion middleware.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion middleware.js

This file was deleted.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
"expo-module.config.json",
"metro.js",
"metro.d.ts",
"middleware.js",
"middleware.d.js",
"webui/dist"
],
"homepage": "https://github.com/byCedric/expo-atlas",
Expand Down
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import './utils/global';

export type * from './data/types';

export { MetroGraphSource } from './data/MetroGraphSource';
export { StatsFileSource } from './data/StatsFileSource';

export { AtlasError, AtlasValidationError } from './utils/errors';
export { createStatsFile, validateStatsFile, getStatsMetdata, getStatsPath } from './utils/stats';
export { createAtlasMiddleware } from './utils/middleware';
export { fuzzyFilterModules } from './utils/search';
export { createStatsFile, validateStatsFile, getStatsMetdata, getStatsPath } from './utils/stats';
2 changes: 0 additions & 2 deletions src/middleware.ts

This file was deleted.

0 comments on commit 95c3527

Please sign in to comment.