diff --git a/.eslintignore b/.eslintignore index 03f07ee..b50b755 100644 --- a/.eslintignore +++ b/.eslintignore @@ -4,3 +4,5 @@ de.js de.d.ts en.js en.d.ts +ru.js +ru.d.ts diff --git a/.gitignore b/.gitignore index 1aa160f..877d786 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,8 @@ de.js de.d.ts en.js en.d.ts +ru.js +ru.d.ts *.tsbuildinfo # Cache diff --git a/package.json b/package.json index 63c71ae..7c36367 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,9 @@ "de.js", "de.d.ts", "en.js", - "en.d.ts" + "en.d.ts", + "ru.js", + "ru.d.ts" ], "publishConfig": { "access": "public"