Skip to content

Commit

Permalink
🔧 build: Drop json files from distribution.
Browse files Browse the repository at this point in the history
  • Loading branch information
elisiondan committed Aug 26, 2024
1 parent 1e4a0aa commit 4c22369
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
export type { Language } from "./language";
export * from "./localazy-languages";
import * as localizedLanguagesList from "./language-lists/localized-language-list.json";
export { localizedLanguagesList };
export * from "./locales"
export * from "./language-lists/translated-language-lists";
export * from "./locales"
1 change: 1 addition & 0 deletions tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"extends": "./tsconfig",
"include": ["src"],
"exclude": ["src/language-lists"]
}

0 comments on commit 4c22369

Please sign in to comment.