mirror of
https://github.com/iconify/iconify.git
synced 2025-01-23 07:08:34 +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;
|
return true;
|
||||||
};
|
};
|
||||||
|
|
||||||
if (compile.lib && !fileExists(packagesDir + '/core/lib/cache.js')) {
|
if (compile.lib && !fileExists(packagesDir + '/core/lib/cache.mjs')) {
|
||||||
compile.core = true;
|
compile.core = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "@iconify/ember",
|
"name": "@iconify/ember",
|
||||||
"description": "Iconify icon component for Ember.",
|
"description": "Iconify icon component for Ember.",
|
||||||
"author": "Vjacheslav Trushkin",
|
"author": "Vjacheslav Trushkin",
|
||||||
"version": "1.0.3",
|
"version": "1.0.4",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": "https://github.com/iconify/iconify/issues",
|
"bugs": "https://github.com/iconify/iconify/issues",
|
||||||
"homepage": "https://iconify.design/",
|
"homepage": "https://iconify.design/",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user