2
0
mirror of https://github.com/iconify/iconify.git synced 2025-01-07 07:34:22 +00:00

Publish new version of Ember component

This commit is contained in:
Vjacheslav Trushkin 2022-03-15 16:52:31 +02:00
parent efd0038aff
commit 4ff7bab3ee
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ const fileExists = (file) => {
return true;
};
if (compile.lib && !fileExists(packagesDir + '/core/lib/cache.js')) {
if (compile.lib && !fileExists(packagesDir + '/core/lib/cache.mjs')) {
compile.core = true;
}

View File

@ -2,7 +2,7 @@
"name": "@iconify/ember",
"description": "Iconify icon component for Ember.",
"author": "Vjacheslav Trushkin",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",
"bugs": "https://github.com/iconify/iconify/issues",
"homepage": "https://iconify.design/",