Skip to content

Commit 460e412

Browse files
authored
🔧 build: Drop json files from distribution. (#2)
* 🔧 build: Drop json files from distribution. * chore(release): 1.0.0
1 parent 1e4a0aa commit 460e412

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.0.0](https://github.com/localazy/languages/compare/v0.1.9...v1.0.0) (2024-08-26)
6+
57
### [0.1.11](https://github.com/localazy/languages/compare/v0.1.10...v0.1.11) (2024-07-02)
68

79
### [0.1.10](https://github.com/localazy/languages/compare/v0.1.9...v0.1.10) (2024-07-02)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@localazy/languages",
3-
"version": "0.1.11",
3+
"version": "1.0.0",
44
"description": "Available Localazy Languages",
55
"main": "lib/main/index.js",
66
"typings": "lib/main/index.d.ts",

src/index.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
export type { Language } from "./language";
22
export * from "./localazy-languages";
3-
import * as localizedLanguagesList from "./language-lists/localized-language-list.json";
4-
export { localizedLanguagesList };
5-
export * from "./locales"
6-
export * from "./language-lists/translated-language-lists";
3+
export * from "./locales"

tsconfig.build.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"extends": "./tsconfig",
33
"include": ["src"],
4+
"exclude": ["src/language-lists"]
45
}

0 commit comments

Comments
 (0)