mirror of
https://github.com/iconify/iconify.git
synced 2024-11-09 23:00:56 +00:00
Fix dependencies in Ember component, ignore import from @ember/template
This commit is contained in:
parent
8d7043692e
commit
41db5b5c06
@ -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"
|
||||
},
|
||||
|
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user