2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-19 16:59:02 +00:00

Fix dependencies in Ember component, ignore import from @ember/template

This commit is contained in:
Vjacheslav Trushkin 2022-03-14 15:50:58 +02:00
parent 8d7043692e
commit 41db5b5c06
2 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,6 @@
"@microsoft/api-extractor": "^7.19.4",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-typescript": "^8.3.0",
"ember-source": "~4.1.0",
"rollup": "^2.66.0",
"typescript": "^4.5.5"
},

View File

@ -1,3 +1,4 @@
// @ts-ignore
import { htmlSafe } from '@ember/template';
import type { IconifyIcon } from '@iconify/types';
import type { FullIconCustomisations } from '@iconify/utils/lib/customisations';