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:
parent
efd0038aff
commit
4ff7bab3ee
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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/",
|
||||
|
Loading…
Reference in New Issue
Block a user