Skip to content

Commit

Permalink
update package entry points (#1552)
Browse files Browse the repository at this point in the history
- update entry points so new language bundles are accessible
  • Loading branch information
yen-tt authored and cea2aj committed Apr 8, 2022
1 parent a1e7b04 commit ec2e74d
Showing 1 changed file with 42 additions and 2 deletions.
44 changes: 42 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,46 @@
"./ja": "./dist/ja-answers-umd.js",
"./ja/modern": "./dist/ja-answers-modern.js",
"./ja/modern.min": "./dist/ja-answers-modern.min.js",
"./ja/template": "./dist/ja-answerstemplates.compiled.min.js"
"./ja/template": "./dist/ja-answerstemplates.compiled.min.js",
"./ar": "./dist/ar-answers-umd.js",
"./ar/modern": "./dist/ar-answers-modern.js",
"./ar/modern.min": "./dist/ar-answers-modern.min.js",
"./ar/template": "./dist/ar-answerstemplates.compiled.min.js",
"./hi": "./dist/hi-answers-umd.js",
"./hi/modern": "./dist/hi-answers-modern.js",
"./hi/modern.min": "./dist/hi-answers-modern.min.js",
"./hi/template": "./dist/hi-answerstemplates.compiled.min.js",
"./ko": "./dist/ko-answers-umd.js",
"./ko/modern": "./dist/ko-answers-modern.js",
"./ko/modern.min": "./dist/ko-answers-modern.min.js",
"./ko/template": "./dist/ko-answerstemplates.compiled.min.js",
"./nl": "./dist/nl-answers-umd.js",
"./nl/modern": "./dist/nl-answers-modern.js",
"./nl/modern.min": "./dist/nl-answers-modern.min.js",
"./nl/template": "./dist/nl-answerstemplates.compiled.min.js",
"./pl": "./dist/pl-answers-umd.js",
"./pl/modern": "./dist/pl-answers-modern.js",
"./pl/modern.min": "./dist/pl-answers-modern.min.js",
"./pl/template": "./dist/pl-answerstemplates.compiled.min.js",
"./pt": "./dist/pt-answers-umd.js",
"./pt/modern": "./dist/pt-answers-modern.js",
"./pt/modern.min": "./dist/pt-answers-modern.min.js",
"./pt/template": "./dist/pt-answerstemplates.compiled.min.js",
"./ru": "./dist/ru-answers-umd.js",
"./ru/modern": "./dist/ru-answers-modern.js",
"./ru/modern.min": "./dist/ru-answers-modern.min.js",
"./ru/template": "./dist/ru-answerstemplates.compiled.min.js",
"./sv": "./dist/sv-answers-umd.js",
"./sv/modern": "./dist/sv-answers-modern.js",
"./sv/modern.min": "./dist/sv-answers-modern.min.js",
"./sv/template": "./dist/sv-answerstemplates.compiled.min.js",
"./zh-Hans": "./dist/zh-Hans-answers-umd.js",
"./zh-Hans/modern": "./dist/zh-Hans-answers-modern.js",
"./zh-Hans/modern.min": "./dist/zh-Hans-answers-modern.min.js",
"./zh-Hans/template": "./dist/zh-Hans-answerstemplates.compiled.min.js",
"./zh-Hant": "./dist/zh-Hant-answers-umd.js",
"./zh-Hant/modern": "./dist/zh-Hant-answers-modern.js",
"./zh-Hant/modern.min": "./dist/zh-Hant-answers-modern.min.js",
"./zh-Hant/template": "./dist/zh-Hant-answerstemplates.compiled.min.js"
}
}
}

0 comments on commit ec2e74d

Please sign in to comment.